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

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClément Bœsch <clement.boesch@smartjog.com>2012-09-17 18:16:16 +0400
committerMartin Storsjö <martin@martin.st>2013-10-23 12:17:03 +0400
commite01fba5562133ac56a4f44c6f214a80ee33cb388 (patch)
treefced967deec0ecfc967424c9a0110826118fd86a /configure
parentb3be41ca82529d60f90107d4e0d5b59daab00920 (diff)
movenc: Add an F4V muxer
F4V is Adobe's mp4/iso media variant, with the most significant addition/change being supporting other flash codecs than just aac/h264. Signed-off-by: Martin Storsjö <martin@martin.st>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index 7e52abf47b..7afbf0457b 100755
--- a/configure
+++ b/configure
@@ -1814,6 +1814,7 @@ caf_demuxer_select="riffdec"
dirac_demuxer_select="dirac_parser"
dxa_demuxer_select="riffdec"
eac3_demuxer_select="ac3_parser"
+f4v_muxer_select="mov_muxer"
flac_demuxer_select="flac_parser"
hls_muxer_select="mpegts_muxer"
ipod_muxer_select="mov_muxer"