comparison Makefile @ 1544:2335dcb71152 libavcodec

- Moving -Wall from the individual Makefiles to configure (and only have it passed to GCC) - Moving the usage in configure to the top of it, so you don't have to wait needlessly - Silence compiler output during configuration - Add support for configuring with IBM XLC patch by (Dan Christiansen <danchr at daimi dot au dot dk>)
author michael
date Sat, 18 Oct 2003 18:47:06 +0000
parents bcb30ec7e86f
children dd544554ed42
comparison
equal deleted inserted replaced
1543:7542cb99b950 1544:2335dcb71152
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= -Wall $(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
11 11
12 OBJS= common.o utils.o mem.o allcodecs.o \ 12 OBJS= common.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 dsputil.o \ 14 mpegaudio.o ac3enc.o mjpeg.o resample.o dsputil.o \
15 motion_est.o imgconvert.o imgresample.o \ 15 motion_est.o imgconvert.o imgresample.o \