diff options
author | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2022-10-09 18:59:09 +0200 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2022-10-12 10:57:24 +0200 |
commit | fe4cb1f718694ed203e123fdaf2bc7d87b25cfe5 (patch) | |
tree | 1fdb62722d94e672d0a6ed4282bf1342e34a6cd1 | |
parent | faf16c5ca8b0d2e7ef766699e76f65ac58824890 (diff) | |
download | ffmpeg-fe4cb1f718694ed203e123fdaf2bc7d87b25cfe5.tar.gz |
configure: Remove unnecessary qdm2_decoder->mdct dependency
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2929,7 +2929,7 @@ prores_encoder_select="fdctdsp" prores_aw_encoder_select="fdctdsp" prores_ks_encoder_select="fdctdsp" qcelp_decoder_select="lsp" -qdm2_decoder_select="mdct rdft mpegaudiodsp" +qdm2_decoder_select="rdft mpegaudiodsp" ra_144_decoder_select="audiodsp" ra_144_encoder_select="audio_frame_queue lpc audiodsp" ralf_decoder_select="golomb" |