# HG changeset patch # User diego # Date 1155832328 0 # Node ID 2194398c2c0f813dd489ec9319747d60a2d94c0d # Parent 6506f95498dc6855ff26f6805beeaf557feec4db 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. diff -r 6506f95498dc -r 2194398c2c0f Makefile --- a/Makefile Thu Aug 17 08:08:28 2006 +0000 +++ b/Makefile Thu Aug 17 16:32:08 2006 +0000 @@ -5,7 +5,7 @@ include ../config.mak # NOTE: -I.. is needed to include config.h -CFLAGS=$(OPTFLAGS) -DHAVE_AV_CONFIG_H -I.. -I$(SRC_PATH)/libavutil \ +CFLAGS=-DHAVE_AV_CONFIG_H -I.. -I$(SRC_PATH)/libavutil $(OPTFLAGS) \ -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_ISOC9X_SOURCE $(AMR_CFLAGS) OBJS= bitstream.o utils.o allcodecs.o \