diff options
author | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2010-01-04 11:13:49 +0000 |
---|---|---|
committer | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2010-01-04 11:13:49 +0000 |
commit | c631f7bfa33626c7b26a434cd4de620dcba13a56 (patch) | |
tree | 9af99af6f671cec77214cd29db363c05e1d489a7 /configure | |
parent | eb6fc7e99e07712b74c17c917aa33704ef6e410a (diff) | |
download | mpv-c631f7bfa33626c7b26a434cd4de620dcba13a56.tar.bz2 mpv-c631f7bfa33626c7b26a434cd4de620dcba13a56.tar.xz |
Add a few definitions used by FFmpeg to config.h:
CONFIG_IPV6, HAVE_SETMODE, HAVE_SYS_SELECT_H
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30196 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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. */ |