comparison Makefile @ 3586:2194398c2c0f libavcodec

Move all internal -I parameters to the front of CFLAGS to avoid using external header files that happen to have the same name as internal ones.
author diego
date Thu, 17 Aug 2006 16:32:08 +0000
parents 49082584828a
children 10c577c37617
comparison
equal deleted inserted replaced
3585:6506f95498dc 3586:2194398c2c0f
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 \ 8 CFLAGS=-DHAVE_AV_CONFIG_H -I.. -I$(SRC_PATH)/libavutil $(OPTFLAGS) \
9 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_ISOC9X_SOURCE $(AMR_CFLAGS) 9 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_ISOC9X_SOURCE $(AMR_CFLAGS)
10 10
11 OBJS= bitstream.o utils.o allcodecs.o \ 11 OBJS= bitstream.o utils.o allcodecs.o \
12 mpegvideo.o jrevdct.o jfdctfst.o jfdctint.o\ 12 mpegvideo.o jrevdct.o jfdctfst.o jfdctint.o\
13 mjpeg.o resample.o resample2.o dsputil.o \ 13 mjpeg.o resample.o resample2.o dsputil.o \