diff Makefile @ 20:3d52de18ecc3 libavformat

added still image support
author bellard
date Sat, 11 Jan 2003 05:02:14 +0000
parents 863c1133ba73
children 65433f1b2549
line wrap: on
line diff
--- a/Makefile	Sat Jan 11 04:59:17 2003 +0000
+++ b/Makefile	Sat Jan 11 05:02:14 2003 +0000
@@ -12,9 +12,13 @@
 
 # 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