comparison configure @ 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 517a800e940e
children 05f3923f11b7
comparison
equal deleted inserted replaced
30153:4e0755091f55 30154:772664b337f6
8997 #define CONFIG_POWERPC_PERF 0 8997 #define CONFIG_POWERPC_PERF 0
8998 #define CONFIG_SMALL 0 8998 #define CONFIG_SMALL 0
8999 #define CONFIG_SWSCALE 1 8999 #define CONFIG_SWSCALE 1
9000 #define CONFIG_SWSCALE_ALPHA 1 9000 #define CONFIG_SWSCALE_ALPHA 1
9001 9001
9002 #ifdef HAVE_AF_INET6
9003 #define CONFIG_IPV6 1
9004 #else
9005 #define CONFIG_IPV6 0
9006 #endif
9007
9002 #define HAVE_ATTRIBUTE_PACKED 1 9008 #define HAVE_ATTRIBUTE_PACKED 1
9003 #define HAVE_GETHRTIME 0 9009 #define HAVE_GETHRTIME 0
9004 #define HAVE_INLINE_ASM 0 9010 #define HAVE_INLINE_ASM 0
9005 #define HAVE_LDBRX 0 9011 #define HAVE_LDBRX 0
9006 #define HAVE_POLL_H 1 9012 #define HAVE_POLL_H 1
9007 #define HAVE_PPC4XX 0 9013 #define HAVE_PPC4XX 0
9014 #define HAVE_SETMODE 0
9015 #define HAVE_SYS_SELECT_H 0
9008 #define HAVE_VIRTUALALLOC 0 9016 #define HAVE_VIRTUALALLOC 0
9009 9017
9010 /* Some FFmpeg codecs depend on these. Enable them unconditionally for now. */ 9018 /* Some FFmpeg codecs depend on these. Enable them unconditionally for now. */
9011 #define CONFIG_AANDCT 1 9019 #define CONFIG_AANDCT 1
9012 #define CONFIG_FFT 1 9020 #define CONFIG_FFT 1