diff options
author | James Almer <jamrial@gmail.com> | 2017-02-16 01:17:06 -0300 |
---|---|---|
committer | James Almer <jamrial@gmail.com> | 2017-02-16 01:17:06 -0300 |
commit | ad1d0a1a06c884626f34a3ce68b7da6a1e92fa0a (patch) | |
tree | 7792c9d0c8e4e3e75103a10f08ce654c856ad6e0 /configure | |
parent | a50b3308591b635405bda367b2eedab83b1752ce (diff) | |
download | ffmpeg-ad1d0a1a06c884626f34a3ce68b7da6a1e92fa0a.tar.gz |
configure: add missing mdct15 dependency
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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" |