summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-02-01 13:13:15 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-02-01 13:13:15 +0000
commit85eac18b0a1746361201a967d0b91c1243b20b79 (patch)
tree32e6f97ac7662dc968f56226ddcb96eeac5d7100 /configure
parent1fdc384119c12f81d0f480f4c4e4d1fd360c7d83 (diff)
downloadmpv-85eac18b0a1746361201a967d0b91c1243b20b79.tar.bz2
mpv-85eac18b0a1746361201a967d0b91c1243b20b79.tar.xz
Add a few more #defines for FFmpeg to config.h.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28433 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure5
1 files changed, 5 insertions, 0 deletions
diff --git a/configure b/configure
index a0fb8a35ba..3d50fec210 100755
--- a/configure
+++ b/configure
@@ -8596,12 +8596,17 @@ $_def_threads
$_def_yasm
#define CONFIG_FASTDIV 0
+#define CONFIG_FFSERVER 0
#define CONFIG_GPL 1
+#define CONFIG_HARDCODED_TABLES 0
+#define CONFIG_POSIX_MEMALIGN 0
#define CONFIG_POWERPC_PERF 0
#define CONFIG_SMALL 0
#define CONFIG_SWSCALE 1
#define CONFIG_GRAY 0
+#define HAVE_POLL_H 1
+
/* Some FFmpeg codecs depend on these. Enable them unconditionally for now. */
#define CONFIG_AANDCT 1
#define CONFIG_FFT 1