summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-01-30 21:17:38 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-01-30 21:17:38 +0000
commit3219d1c862f880fdcba8df3cac1d209d253f3169 (patch)
treec84da005216ff4f549dfb84c4538c907a37db661 /configure
parent23db422c3d40a5202d61b5ca154cf5286d9ac0a5 (diff)
downloadmpv-3219d1c862f880fdcba8df3cac1d209d253f3169.tar.bz2
mpv-3219d1c862f880fdcba8df3cac1d209d253f3169.tar.xz
Add some more definitions for FFmpeg to config.h:
HAVE_ATTRIBUTE_MAY_ALIAS HAVE_STRUCT_IPV6_MREQ HAVE_STRUCT_SOCKADDR_IN6 git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30464 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure b/configure
index 2e5f5bd75b..89c84bc3fb 100755
--- a/configure
+++ b/configure
@@ -9169,6 +9169,7 @@ $def_yasm
#define CONFIG_IPV6 0
#endif
+#define HAVE_ATTRIBUTE_MAY_ALIAS 1
#define HAVE_ATTRIBUTE_PACKED 1
#define HAVE_GETHRTIME 0
#define HAVE_INLINE_ASM 1
@@ -9176,6 +9177,8 @@ $def_yasm
#define HAVE_POLL_H 1
#define HAVE_PPC4XX 0
#define HAVE_SETMODE 0
+#define HAVE_STRUCT_IPV6_MREQ 1
+#define HAVE_STRUCT_SOCKADDR_IN6 1
#define HAVE_SYS_SELECT_H 0
#define HAVE_VFP_ARGS 1
#define HAVE_VIRTUALALLOC 0