3 --- libavutil/common.h.orig 2013-01-06 21:53:29.000000000 +0000
7 #include "libavutil/avconfig.h"
9 +#if defined(__cplusplus)
10 +#if defined(__FreeBSD__) || defined(__OpenBSD__) || defined(__linux__)
12 +#undef _SYS_STDINT_H_
14 +#undef _GCC_WRAP_STDINT_H
15 +#ifndef __STDC_CONSTANT_MACROS
16 +#define __STDC_CONSTANT_MACROS
19 +#endif /* FreeBSD | OpenBSD | linux */
20 +#if defined(__DragonFly__) || defined(__NetBSD__)
21 +#include <machine/int_const.h>
22 +#endif /* DragonFly | NetBSD */
23 +#endif /* __cplusplus */
26 # define AV_NE(be, le) (be)