summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorJindrich Makovicka <makovick@gmail.com>2012-06-01 12:42:20 +0200
committerMartin Storsjö <martin@martin.st>2012-06-03 01:17:48 +0300
commitb1c56eabe84b8a808dcf691205f3ba26619d1fa0 (patch)
treec78d73edb866ac6d0f435c0e4cfb7a4b8019f3f2 /configure
parentd1a3a3d4b2856c7cf116668900b00b9a0eba3350 (diff)
mpegtsenc: use AVFormatContext for AAC packetization
This removes the dependency on adts.c internals, and simplifies adding other packetization formats. Signed-off-by: Jindrich Makovicka <makovick@gmail.com> 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 67371c8102..ece3814855 100755
--- a/configure
+++ b/configure
@@ -1457,6 +1457,7 @@ matroska_demuxer_suggest="zlib bzlib"
mov_demuxer_suggest="zlib"
mp3_demuxer_select="mpegaudio_parser"
mp4_muxer_select="mov_muxer"
+mpegts_muxer_select="adts_muxer"
mpegtsraw_demuxer_select="mpegts_demuxer"
mxf_d10_muxer_select="mxf_muxer"
ogg_demuxer_select="golomb"