summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authoruau <uau@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-10-25 00:08:02 +0000
committeruau <uau@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-10-25 00:08:02 +0000
commitff6e6ec743922a77517502029de0d0f655af9711 (patch)
tree9afee62c4928e25777978a2e70688517db8f5d2b /configure
parent1a089681fc7b66bd6dadc76b98be0d1364004c79 (diff)
downloadmpv-ff6e6ec743922a77517502029de0d0f655af9711.tar.bz2
mpv-ff6e6ec743922a77517502029de0d0f655af9711.tar.xz
configure: Set CONFIG_FFT to fix libavcodec compilation
After the latest FFmpeg changes some codecs require that CONFIG_FFT is also set if the codec is enabled. This commit enables CONFIG_FFT unconditionally though in principle all the codecs requiring it could be disabled. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27823 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure7
1 files changed, 7 insertions, 0 deletions
diff --git a/configure b/configure
index 0322259d52..5dcafbf2b8 100755
--- a/configure
+++ b/configure
@@ -7999,6 +7999,8 @@ CONFIG_POSTPROC = yes
# Prevent building libavcodec/imgresample.c with conflicting symbols
CONFIG_SWSCALE=yes
CONFIG_ZLIB=$_zlib
+# Some FFmpeg codecs depend on this. Enable it unconditionally for now.
+CONFIG_FFT=yes
HAVE_PTHREADS = $_pthreads
HAVE_W32THREADS = $_w32threads
@@ -8417,6 +8419,11 @@ $_def_threads
#define CONFIG_DEMUXERS 1
#define ENABLE_DEMUXERS 1
+
+/* Some FFmpeg codecs depend on this. Enable it unconditionally for now. */
+#define CONFIG_FFT 1
+#define ENABLE_FFT 1
+
$_def_muxers
/* Use these registers in FFmpeg x86 inline asm. No proper detection yet. */