diff options
author | Mike Melanson <mike@multimedia.cx> | 2003-09-01 15:55:38 +0000 |
---|---|---|
committer | Mike Melanson <mike@multimedia.cx> | 2003-09-01 15:55:38 +0000 |
commit | 3f16d933a98dfd0095fbdfbea7d2282261d6db2b (patch) | |
tree | 8c776e7c93111af0fa747b2f0cfa65f1027258bc /libavformat/Makefile | |
parent | 421e08590340c717d69ac8c76a46cad7c7c2e0f8 (diff) | |
download | ffmpeg-3f16d933a98dfd0095fbdfbea7d2282261d6db2b.tar.gz |
first pass at PSX STR demuxer; does not yet interact correctly with MDEC
video decoder
Originally committed as revision 2190 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 2672c43b6c..15f7d07b6e 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 dvcore.o dv.o \ - yuv4mpeg.o 4xm.o flvenc.o flvdec.o movenc.o + yuv4mpeg.o 4xm.o flvenc.o flvdec.o movenc.o psxstr.o ifeq ($(CONFIG_RISKY),yes) OBJS+= asf.o |