diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2003-08-26 20:23:13 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2003-08-26 20:23:13 +0000 |
commit | 1cb5f7fd4146193b896efe885d9c10eacfc4d326 (patch) | |
tree | 296ace5e722140c17cc97a655c8b2475efb3e55f /libavformat/Makefile | |
parent | 22ddd60bc247c7487b4e91416d18da712415630a (diff) | |
download | ffmpeg-1cb5f7fd4146193b896efe885d9c10eacfc4d326.tar.gz |
mov, 3gp, mp4 muxer by (Thomas Raivio <tjraivio at cc dot hut dot fi>)
Originally committed as revision 2168 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 e898e40f21..98941daccd 100644 --- a/libavformat/Makefile +++ b/libavformat/Makefile @@ -14,7 +14,7 @@ PPOBJS= # mux and demuxes OBJS+=mpeg.o mpegts.o mpegtsenc.o ffm.o crc.o img.o raw.o rm.o \ avienc.o avidec.o wav.o swf.o au.o gif.o mov.o mpjpeg.o dv.o \ - yuv4mpeg.o 4xm.o flvenc.o flvdec.o + yuv4mpeg.o 4xm.o flvenc.o flvdec.o movenc.o ifeq ($(CONFIG_RISKY),yes) OBJS+= asf.o |