aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat/Makefile
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2004-07-15 18:32:54 +0000
committerMichael Niedermayer <michaelni@gmx.at>2004-07-15 18:32:54 +0000
commit03cfe134ca7b07edfdcfa269ac12da52aa363cc3 (patch)
tree62b6a876c0405022ffe81ed02230fbf5b41c0073 /libavformat/Makefile
parent1260756d2b9ba41e16724cbf477d3a34cada5bb1 (diff)
downloadffmpeg-03cfe134ca7b07edfdcfa269ac12da52aa363cc3.tar.gz
image2 / image API cleanup phase-1
with this its possible to encode&decode any video codec to individual (1 file per frame) files Originally committed as revision 3319 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 46a01feeab..6911fb3265 100644
--- a/libavformat/Makefile
+++ b/libavformat/Makefile
@@ -12,7 +12,7 @@ OBJS= utils.o cutils.o os_support.o allformats.o
PPOBJS=
# mux and demuxes
-OBJS+=mpeg.o mpegts.o mpegtsenc.o ffm.o crc.o img.o raw.o rm.o \
+OBJS+=mpeg.o mpegts.o mpegtsenc.o ffm.o crc.o img.o img2.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 movenc.o psxstr.o idroq.o ipmovie.o \
nut.o wc3movie.o mp3.o westwood.o segafilm.o idcin.o flic.o \