summaryrefslogtreecommitdiff
path: root/libavformat/Makefile
diff options
context:
space:
mode:
authorMåns Rullgård <mans@mansr.com>2006-02-10 01:24:32 +0000
committerMåns Rullgård <mans@mansr.com>2006-02-10 01:24:32 +0000
commita283db3962c07f9dfab87dc7553b61cbc4e6efb8 (patch)
treec8f8bb31ac944f65e3c141d77140c1e95387bf2f /libavformat/Makefile
parent100a74222b8f26a63f03ddb74f3ae31dcfb62b37 (diff)
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/Makefile2
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