diff options
author | Måns Rullgård <mans@mansr.com> | 2006-02-10 01:24:32 +0000 |
---|---|---|
committer | Måns Rullgård <mans@mansr.com> | 2006-02-10 01:24:32 +0000 |
commit | a283db3962c07f9dfab87dc7553b61cbc4e6efb8 (patch) | |
tree | c8f8bb31ac944f65e3c141d77140c1e95387bf2f /libavformat/Makefile | |
parent | 100a74222b8f26a63f03ddb74f3ae31dcfb62b37 (diff) | |
download | ffmpeg-a283db3962c07f9dfab87dc7553b61cbc4e6efb8.tar.gz |
generate adts frame headers if required
Originally committed as revision 4970 to svn://svn.ffmpeg.org/ffmpeg/trunk
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 6e4b20cefc..d90452fea5 100644 --- a/libavformat/Makefile +++ b/libavformat/Makefile @@ -27,7 +27,7 @@ OBJS+=mpeg.o mpegts.o mpegtsenc.o ffm.o crc.o img.o img2.o raw.o rm.o \ # muxers ifeq ($(CONFIG_MUXERS),yes) -OBJS+= flvenc.o movenc.o asf-enc.o +OBJS+= flvenc.o movenc.o asf-enc.o adtsenc.o endif |