diff options
author | Konstantin Andreyev <kandreyev@bcsii.com> | 2004-03-06 11:07:37 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2004-03-06 11:07:37 +0000 |
commit | e4053d526b6aff298e7778cc23c99c80eb3c4949 (patch) | |
tree | b6665661e38fff504a45c23459fd938ef2afc798 /libavformat | |
parent | c4e3724713a0f2903224999da1f12a15e96a2811 (diff) | |
download | ffmpeg-e4053d526b6aff298e7778cc23c99c80eb3c4949.tar.gz |
forgot to commit from patch by (Konstantin Andreyev <kandreyev at bcsii dot com>)
Originally committed as revision 2853 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat')
-rw-r--r-- | libavformat/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/Makefile b/libavformat/Makefile index 7c46573fe2..a20a7eb764 100644 --- a/libavformat/Makefile +++ b/libavformat/Makefile @@ -20,6 +20,7 @@ OBJS+=mpeg.o mpegts.o mpegtsenc.o ffm.o crc.o img.o raw.o rm.o \ ifeq ($(CONFIG_RISKY),yes) OBJS+= asf.o +OBJS+= asf-enc.o endif ifeq ($(AMR_NB),yes) |