summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorYu Xiaolei <dreifachstein@gmail.com>2014-10-15 13:33:39 +0800
committerMichael Niedermayer <michaelni@gmx.at>2014-10-15 20:15:59 +0200
commit8091fe3071db996110c2732f2446701a6d7544bc (patch)
tree2c02c3234c1d0f1576e19370924ec600184362a7 /configure
parentc69f230a3afbfa30d7a978a6961b1ddcc774499f (diff)
build: mov_muxer requires ac3_parser
Reviewed-by: Benoit Fouet <benoit.fouet@free.fr> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index cda463d162..3e7143c6d6 100755
--- a/configure
+++ b/configure
@@ -2413,7 +2413,7 @@ matroska_muxer_select="riffenc"
mmf_muxer_select="riffenc"
mov_demuxer_select="riffdec"
mov_demuxer_suggest="zlib"
-mov_muxer_select="riffenc rtpenc_chain"
+mov_muxer_select="riffenc rtpenc_chain ac3_parser"
mp3_demuxer_select="mpegaudio_parser"
mp4_muxer_select="mov_muxer"
mpegts_muxer_select="adts_muxer latm_muxer"