[MPlayer-cvslog] r30196 - trunk/configure

diego subversion at mplayerhq.hu
Mon Jan 4 12:13:49 CET 2010


Author: diego
Date: Mon Jan  4 12:13:49 2010
New Revision: 30196

Log:
Add a few definitions used by FFmpeg to config.h:
CONFIG_IPV6, HAVE_SETMODE, HAVE_SYS_SELECT_H

Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	Mon Jan  4 11:24:10 2010	(r30195)
+++ trunk/configure	Mon Jan  4 12:13:49 2010	(r30196)
@@ -8999,12 +8999,20 @@ $def_yasm
 #define CONFIG_SWSCALE 1
 #define CONFIG_SWSCALE_ALPHA 1
 
+#ifdef HAVE_AF_INET6
+#define CONFIG_IPV6 1
+#else
+#define CONFIG_IPV6 0
+#endif
+
 #define HAVE_ATTRIBUTE_PACKED 1
 #define HAVE_GETHRTIME 0
 #define HAVE_INLINE_ASM 0
 #define HAVE_LDBRX 0
 #define HAVE_POLL_H 1
 #define HAVE_PPC4XX 0
+#define HAVE_SETMODE 0
+#define HAVE_SYS_SELECT_H 0
 #define HAVE_VIRTUALALLOC 0
 
 /* Some FFmpeg codecs depend on these. Enable them unconditionally for now. */


More information about the MPlayer-cvslog mailing list