comparison Makefile @ 20:3d52de18ecc3 libavformat

added still image support
author bellard
date Sat, 11 Jan 2003 05:02:14 +0000
parents 863c1133ba73
children 65433f1b2549
comparison
equal deleted inserted replaced
19:81e87c8de3dc 20:3d52de18ecc3
10 10
11 OBJS= utils.o cutils.o allformats.o 11 OBJS= utils.o cutils.o allformats.o
12 12
13 # mux and demuxes 13 # mux and demuxes
14 OBJS+=mpeg.o mpegts.o ffm.o crc.o img.o raw.o rm.o asf.o \ 14 OBJS+=mpeg.o mpegts.o ffm.o crc.o img.o raw.o rm.o asf.o \
15 avienc.o avidec.o wav.o swf.o au.o gif.o mov.o jpeg.o dv.o framehook.o 15 avienc.o avidec.o wav.o swf.o au.o gif.o mov.o jpeg.o dv.o \
16 yuv4mpeg.o
17 # image formats
18 OBJS+= pnm.o yuv.o
16 # file I/O 19 # file I/O
17 OBJS+= avio.o aviobuf.o file.o 20 OBJS+= avio.o aviobuf.o file.o
21 OBJS+= framehook.o
18 22
19 ifeq ($(BUILD_STRPTIME),yes) 23 ifeq ($(BUILD_STRPTIME),yes)
20 OBJS+= strptime.o 24 OBJS+= strptime.o
21 endif 25 endif
22 26