Mercurial > libavformat.hg
comparison Makefile @ 40:721705c1f995 libavformat
--disable-risky support
author | michaelni |
---|---|
date | Wed, 29 Jan 2003 12:00:11 +0000 |
parents | fcdea3df94fe |
children | a23fb606308a |
comparison
equal
deleted
inserted
replaced
39:d20d414473a5 | 40:721705c1f995 |
---|---|
9 CFLAGS= $(OPTFLAGS) -Wall -g -I.. -I$(SRC_PATH) -I$(SRC_PATH)/libavcodec -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE | 9 CFLAGS= $(OPTFLAGS) -Wall -g -I.. -I$(SRC_PATH) -I$(SRC_PATH)/libavcodec -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE |
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 \ |
15 avienc.o avidec.o wav.o swf.o au.o gif.o mov.o jpeg.o dv.o \ | 15 avienc.o avidec.o wav.o swf.o au.o gif.o mov.o jpeg.o dv.o \ |
16 yuv4mpeg.o | 16 yuv4mpeg.o |
17 | |
18 ifeq ($(CONFIG_RISKY),yes) | |
19 OBJS+= asf.o | |
20 endif | |
21 | |
17 # image formats | 22 # image formats |
18 OBJS+= pnm.o yuv.o | 23 OBJS+= pnm.o yuv.o |
19 # file I/O | 24 # file I/O |
20 OBJS+= avio.o aviobuf.o file.o | 25 OBJS+= avio.o aviobuf.o file.o |
21 OBJS+= framehook.o | 26 OBJS+= framehook.o |