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:
authorPaul B Mahol <onemda@gmail.com>2012-10-05 19:55:50 +0400
committerPaul B Mahol <onemda@gmail.com>2012-10-05 21:22:20 +0400
commit0a7d4ea31b69433b1390a412540a9f072b0502a8 (patch)
tree2a350a02487f70337de53f3b7d56a42599b72d08 /configure
parentdb4bb4c983ad143e6a70c6b844285b3ce343ca27 (diff)
configure: dts demuxer needs dca_parser
Signed-off-by: Paul B Mahol <onemda@gmail.com>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index 752f0b26cf..8a805b1d25 100755
--- a/configure
+++ b/configure
@@ -1797,6 +1797,7 @@ ac3_demuxer_select="ac3_parser"
asf_stream_muxer_select="asf_muxer"
avisynth_demuxer_deps="avisynth"
dirac_demuxer_select="dirac_parser"
+dts_demuxer_select="dca_parser"
eac3_demuxer_select="ac3_parser"
f4v_muxer_select="mov_muxer"
flac_demuxer_select="flac_parser"