comparison Makefile @ 2541:29263fb4d80b libavcodec

Support for AMR Interface Format 2 patch by ("Torsten Martinsen" <tma gatehouse dk>)
author michael
date Sat, 05 Mar 2005 11:44:25 +0000
parents eace30b70601
children a27a580f292e
comparison
equal deleted inserted replaced
2540:d541424f8020 2541:29263fb4d80b
5 include ../config.mak 5 include ../config.mak
6 6
7 VPATH=$(SRC_PATH)/libavcodec 7 VPATH=$(SRC_PATH)/libavcodec
8 8
9 # NOTE: -I.. is needed to include config.h 9 # NOTE: -I.. is needed to include config.h
10 CFLAGS=$(OPTFLAGS) -DHAVE_AV_CONFIG_H -I.. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE 10 CFLAGS=$(OPTFLAGS) -DHAVE_AV_CONFIG_H -I.. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE $(AMR_CFLAGS)
11 11
12 OBJS= bitstream.o utils.o mem.o allcodecs.o \ 12 OBJS= bitstream.o utils.o mem.o allcodecs.o \
13 mpegvideo.o jrevdct.o jfdctfst.o jfdctint.o\ 13 mpegvideo.o jrevdct.o jfdctfst.o jfdctint.o\
14 mpegaudio.o ac3enc.o mjpeg.o resample.o resample2.o dsputil.o \ 14 mpegaudio.o ac3enc.o mjpeg.o resample.o resample2.o dsputil.o \
15 motion_est.o imgconvert.o imgresample.o \ 15 motion_est.o imgconvert.o imgresample.o \