From 3219d1c862f880fdcba8df3cac1d209d253f3169 Mon Sep 17 00:00:00 2001 From: diego Date: Sat, 30 Jan 2010 21:17:38 +0000 Subject: 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 --- configure | 3 +++ 1 file changed, 3 insertions(+) (limited to 'configure') 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 -- cgit v1.2.3