Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLynne <dev@lynne.ee>2022-11-05 17:39:10 +0300
committerLynne <dev@lynne.ee>2022-11-06 16:39:42 +0300
commit1aeedd277a6ecdf75b9478a61644e24370f82da2 (patch)
tree3189b44b1c441aeb667b9df1a99bae15d53bd19c /configure
parente6afa61be97674312e36c9b6f8bb5fba009232e7 (diff)
qdm2: convert to lavu/tx
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 52c61e62b2..3fa4d7065e 100755
--- a/configure
+++ b/configure
@@ -2920,7 +2920,7 @@ prores_encoder_select="fdctdsp"
prores_aw_encoder_select="fdctdsp"
prores_ks_encoder_select="fdctdsp"
qcelp_decoder_select="lsp"
-qdm2_decoder_select="rdft mpegaudiodsp"
+qdm2_decoder_select="mpegaudiodsp"
ra_144_decoder_select="audiodsp"
ra_144_encoder_select="audio_frame_queue lpc audiodsp"
ralf_decoder_select="golomb"