summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2017-02-16 01:17:06 -0300
committerJames Almer <jamrial@gmail.com>2017-02-16 01:17:06 -0300
commitad1d0a1a06c884626f34a3ce68b7da6a1e92fa0a (patch)
tree7792c9d0c8e4e3e75103a10f08ce654c856ad6e0
parenta50b3308591b635405bda367b2eedab83b1752ce (diff)
configure: add missing mdct15 dependency
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index 7bfe70e70d..6431313814 100755
--- a/configure
+++ b/configure
@@ -2339,6 +2339,7 @@ h264dsp_select="startcode"
frame_thread_encoder_deps="encoders threads"
intrax8_select="blockdsp idctdsp"
mdct_select="fft"
+mdct15_select="fft"
me_cmp_select="fdctdsp idctdsp pixblockdsp"
mpeg_er_select="error_resilience"
mpegaudio_select="mpegaudiodsp"