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-10-30 13:54:40 +0300
committerLynne <dev@lynne.ee>2022-11-06 16:39:38 +0300
commit8cd46c48ac2e2b69fb58656c8df25a35c27d91ea (patch)
tree71699920ca4b05711bd3a6fe8eed3e9568f1c301 /configure
parent61e1a7d958bce6b75e0bb5e7a17cd7d0e55b44b9 (diff)
nellymoserenc: 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 7ff572f097..eea1ea3743 100755
--- a/configure
+++ b/configure
@@ -2914,7 +2914,7 @@ mvha_decoder_select="inflate_wrapper llviddsp"
mwsc_decoder_select="inflate_wrapper"
mxpeg_decoder_select="mjpeg_decoder"
nellymoser_decoder_select="sinewin"
-nellymoser_encoder_select="audio_frame_queue mdct sinewin"
+nellymoser_encoder_select="audio_frame_queue sinewin"
notchlc_decoder_select="lzf"
nuv_decoder_select="idctdsp"
on2avc_decoder_select="mdct"