From 87a0a6816f63c37fd6ea78ff8801e9f2d18e93f7 Mon Sep 17 00:00:00 2001 From: Fabrice Bellard Date: Sat, 11 Jan 2003 05:02:14 +0000 Subject: added still image support Originally committed as revision 1439 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'libavformat/Makefile') 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 -- cgit v1.1