summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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. */