[MPlayer-cvslog] r30464 - trunk/configure

diego subversion at mplayerhq.hu
Sat Jan 30 22:17:38 CET 2010


Author: diego
Date: Sat Jan 30 22:17:38 2010
New Revision: 30464

Log:
Add some more definitions for FFmpeg to config.h:
HAVE_ATTRIBUTE_MAY_ALIAS
HAVE_STRUCT_IPV6_MREQ
HAVE_STRUCT_SOCKADDR_IN6

Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	Sat Jan 30 17:57:40 2010	(r30463)
+++ trunk/configure	Sat Jan 30 22:17:38 2010	(r30464)
@@ -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


More information about the MPlayer-cvslog mailing list