summaryrefslogtreecommitdiffstats
path: root/libavformat/Makefile
diff options
context:
space:
mode:
authorFabrice Bellard <fabrice@bellard.org>2003-01-11 05:02:14 +0000
committerFabrice Bellard <fabrice@bellard.org>2003-01-11 05:02:14 +0000
commit87a0a6816f63c37fd6ea78ff8801e9f2d18e93f7 (patch)
tree7fef66f2bcce32f3d60bc8306e3c6de8df6524bf /libavformat/Makefile
parentf746a0461694a8951d003395d79af8eba9dae5ed (diff)
downloadffmpeg-streaming-87a0a6816f63c37fd6ea78ff8801e9f2d18e93f7.zip
ffmpeg-streaming-87a0a6816f63c37fd6ea78ff8801e9f2d18e93f7.tar.gz
added still image support
Originally committed as revision 1439 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/Makefile')
-rw-r--r--libavformat/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/libavformat/Makefile b/libavformat/Makefile
index 091fecf..d688d70 100644
--- a/libavformat/Makefile
+++ b/libavformat/Makefile
@@ -12,9 +12,13 @@ OBJS= utils.o cutils.o allformats.o
# mux and demuxes
OBJS+=mpeg.o mpegts.o ffm.o crc.o img.o raw.o rm.o asf.o \
- avienc.o avidec.o wav.o swf.o au.o gif.o mov.o jpeg.o dv.o framehook.o
+ avienc.o avidec.o wav.o swf.o au.o gif.o mov.o jpeg.o dv.o \
+ yuv4mpeg.o
+# image formats
+OBJS+= pnm.o yuv.o
# file I/O
OBJS+= avio.o aviobuf.o file.o
+OBJS+= framehook.o
ifeq ($(BUILD_STRPTIME),yes)
OBJS+= strptime.o
OpenPOWER on IntegriCloud