diff options
author | Jindrich Makovicka <makovick@gmail.com> | 2012-06-01 12:42:20 +0200 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2012-06-03 01:17:48 +0300 |
commit | b1c56eabe84b8a808dcf691205f3ba26619d1fa0 (patch) | |
tree | c78d73edb866ac6d0f435c0e4cfb7a4b8019f3f2 /libavformat/Makefile | |
parent | d1a3a3d4b2856c7cf116668900b00b9a0eba3350 (diff) | |
download | ffmpeg-b1c56eabe84b8a808dcf691205f3ba26619d1fa0.tar.gz |
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 'libavformat/Makefile')
-rw-r--r-- | libavformat/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/Makefile b/libavformat/Makefile index 0e041d106a..ca4f7a02e1 100644 --- a/libavformat/Makefile +++ b/libavformat/Makefile @@ -158,7 +158,7 @@ OBJS-$(CONFIG_MPEG1VIDEO_MUXER) += rawenc.o OBJS-$(CONFIG_MPEG2VIDEO_MUXER) += rawenc.o OBJS-$(CONFIG_MPEGPS_DEMUXER) += mpeg.o OBJS-$(CONFIG_MPEGTS_DEMUXER) += mpegts.o isom.o -OBJS-$(CONFIG_MPEGTS_MUXER) += mpegtsenc.o adtsenc.o +OBJS-$(CONFIG_MPEGTS_MUXER) += mpegtsenc.o OBJS-$(CONFIG_MPEGVIDEO_DEMUXER) += mpegvideodec.o rawdec.o OBJS-$(CONFIG_MPJPEG_MUXER) += mpjpeg.o OBJS-$(CONFIG_MSNWC_TCP_DEMUXER) += msnwc_tcp.o |