summaryrefslogtreecommitdiffstats
path: root/libavformat/Makefile
diff options
context:
space:
mode:
authorMike Melanson <mike@multimedia.cx>2003-09-01 15:55:38 +0000
committerMike Melanson <mike@multimedia.cx>2003-09-01 15:55:38 +0000
commit3f16d933a98dfd0095fbdfbea7d2282261d6db2b (patch)
tree8c776e7c93111af0fa747b2f0cfa65f1027258bc /libavformat/Makefile
parent421e08590340c717d69ac8c76a46cad7c7c2e0f8 (diff)
downloadffmpeg-streaming-3f16d933a98dfd0095fbdfbea7d2282261d6db2b.zip
ffmpeg-streaming-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/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/Makefile b/libavformat/Makefile
index 2672c43..15f7d07 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
OpenPOWER on IntegriCloud