changeset 30154:772664b337f6

Add a few definitions used by FFmpeg to config.h: CONFIG_IPV6, HAVE_SETMODE, HAVE_SYS_SELECT_H
author diego
date Mon, 04 Jan 2010 11:13:49 +0000
parents 4e0755091f55
children e42708d45804
files configure
diffstat 1 files changed, 8 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/configure	Mon Jan 04 10:24:10 2010 +0000
+++ b/configure	Mon Jan 04 11:13:49 2010 +0000
@@ -8999,12 +8999,20 @@
 #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. */