comparison Makefile @ 164:99fbacf0f764 libavformat

flash video (flv) support patch by (Garrick Meeker <gmeeker at theoryllc dot com>)
author michaelni
date Wed, 09 Jul 2003 23:10:59 +0000
parents cc03a75cbde4
children e284cddf0509
comparison
equal deleted inserted replaced
163:470456bd0065 164:99fbacf0f764
12 PPOBJS= 12 PPOBJS=
13 13
14 # mux and demuxes 14 # mux and demuxes
15 OBJS+=mpeg.o mpegts.o mpegtsenc.o ffm.o crc.o img.o raw.o rm.o \ 15 OBJS+=mpeg.o mpegts.o mpegtsenc.o ffm.o crc.o img.o raw.o rm.o \
16 avienc.o avidec.o wav.o swf.o au.o gif.o mov.o mpjpeg.o dv.o \ 16 avienc.o avidec.o wav.o swf.o au.o gif.o mov.o mpjpeg.o dv.o \
17 yuv4mpeg.o 4xm.o 17 yuv4mpeg.o 4xm.o flvenc.o flvdec.o
18 18
19 ifeq ($(CONFIG_RISKY),yes) 19 ifeq ($(CONFIG_RISKY),yes)
20 OBJS+= asf.o 20 OBJS+= asf.o
21 endif 21 endif
22 22