diff options
author | Mike Melanson <mike@multimedia.cx> | 2003-05-25 05:07:36 +0000 |
---|---|---|
committer | Mike Melanson <mike@multimedia.cx> | 2003-05-25 05:07:36 +0000 |
commit | cef4ba9e8a62d0f2d2e8fe5c7b2772abd26b84c9 (patch) | |
tree | 56f382fc4d1da5379e045789f67d382982b10b0f /libavformat/Makefile | |
parent | 4cfbf61bf173e303e253d95717d5038c8c8c529c (diff) | |
download | ffmpeg-cef4ba9e8a62d0f2d2e8fe5c7b2772abd26b84c9.tar.gz |
first pass at an experimental 4xm demuxer
Originally committed as revision 1903 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 a185e880ca..670493e168 100644 --- a/libavformat/Makefile +++ b/libavformat/Makefile @@ -14,7 +14,7 @@ PPOBJS= # mux and demuxes OBJS+=mpeg.o mpegts.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 + yuv4mpeg.o 4xm.o ifeq ($(CONFIG_RISKY),yes) OBJS+= asf.o |