comparison Makefile @ 3413:c7a2ad367199 libavcodec

cosmetics: Break overly long lines.
author diego
date Wed, 05 Jul 2006 14:12:00 +0000
parents adccbf4a1040
children 630aebf14227
comparison
equal deleted inserted replaced
3412:26dc0057a8f8 3413:c7a2ad367199
3 # (c) 2000-2005 Fabrice Bellard 3 # (c) 2000-2005 Fabrice Bellard
4 # 4 #
5 include ../config.mak 5 include ../config.mak
6 6
7 # NOTE: -I.. is needed to include config.h 7 # NOTE: -I.. is needed to include config.h
8 CFLAGS=$(OPTFLAGS) -DHAVE_AV_CONFIG_H -I.. -I$(SRC_PATH)/libavutil -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE $(AMR_CFLAGS) 8 CFLAGS=$(OPTFLAGS) -DHAVE_AV_CONFIG_H -I.. -I$(SRC_PATH)/libavutil \
9 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE $(AMR_CFLAGS)
9 10
10 OBJS= bitstream.o utils.o mem.o allcodecs.o \ 11 OBJS= bitstream.o utils.o mem.o allcodecs.o \
11 mpegvideo.o jrevdct.o jfdctfst.o jfdctint.o\ 12 mpegvideo.o jrevdct.o jfdctfst.o jfdctint.o\
12 mpegaudio.o ac3enc.o mjpeg.o resample.o resample2.o dsputil.o \ 13 mpegaudio.o ac3enc.o mjpeg.o resample.o resample2.o dsputil.o \
13 motion_est.o imgconvert.o imgresample.o \ 14 motion_est.o imgconvert.o imgresample.o \
247 ifeq ($(AMR),yes) 248 ifeq ($(AMR),yes)
248 OBJS+= amr.o 249 OBJS+= amr.o
249 endif 250 endif
250 251
251 ifeq ($(AMR_NB),yes) 252 ifeq ($(AMR_NB),yes)
252 OBJS+= amr_float/sp_dec.o amr_float/sp_enc.o amr_float/interf_dec.o amr_float/interf_enc.o 253 OBJS+= amr_float/sp_dec.o amr_float/sp_enc.o \
254 amr_float/interf_dec.o amr_float/interf_enc.o
253 endif 255 endif
254 256
255 ifeq ($(AMR_NB_FIXED),yes) 257 ifeq ($(AMR_NB_FIXED),yes)
256 EXTRAOBJS += amr/*.o 258 EXTRAOBJS += amr/*.o
257 EXTRADEPS=amrlibs 259 EXTRADEPS=amrlibs