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:
authorCarl Eugen Hoyos <cehoyos@ag.or.at>2012-06-08 16:57:20 +0400
committerCarl Eugen Hoyos <cehoyos@ag.or.at>2012-06-08 17:29:23 +0400
commitb8fe9f08bed622be38c9e437f935335fc5e44b37 (patch)
tree13a881614ba8de700c2770d7dcf39a7e709b7aba /configure
parente11020a1459de122834055be93a70566ce064bcc (diff)
Fix amv encoder dependencies.
Found, analysed and tested by trac user Jamal. Fixes part of ticket #1428.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index 33bd439e2e..f887f14d12 100755
--- a/configure
+++ b/configure
@@ -1410,6 +1410,7 @@ ac3_fixed_encoder_select="mdct ac3dsp"
alac_encoder_select="lpc"
amrnb_decoder_select="lsp"
amrwb_decoder_select="lsp"
+amv_encoder_select="aandct"
atrac1_decoder_select="mdct sinewin"
atrac3_decoder_select="mdct"
binkaudio_dct_decoder_select="mdct rdft dct sinewin"