Mercurial > libavformat.hg
comparison Makefile @ 211:349d63d52e7e libavformat
initial commit for Id RoQ and Interplay MVE multimedia subsystems
author | tmmm |
---|---|
date | Tue, 02 Sep 2003 04:32:02 +0000 |
parents | 7414bbf64011 |
children | 84b7fd1abf2c |
comparison
equal
deleted
inserted
replaced
210:0533547fb150 | 211:349d63d52e7e |
---|---|
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 dvcore.o dv.o \ | 16 avienc.o avidec.o wav.o swf.o au.o gif.o mov.o mpjpeg.o dvcore.o dv.o \ |
17 yuv4mpeg.o 4xm.o flvenc.o flvdec.o movenc.o psxstr.o | 17 yuv4mpeg.o 4xm.o flvenc.o flvdec.o movenc.o psxstr.o idroq.o ipmovie.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 |