changeset 20088:36436a54bc4f

Replace -I.. by -I$(BUILD_ROOT).
author diego
date Sat, 07 Oct 2006 09:23:09 +0000
parents 3996919d4aa8
children 156cea8ebcf3
files libswscale/Makefile
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/libswscale/Makefile	Fri Oct 06 21:56:15 2006 +0000
+++ b/libswscale/Makefile	Sat Oct 07 09:23:09 2006 +0000
@@ -7,8 +7,7 @@
 LIBMAJOR=$(SWSMAJOR)
 endif
 
-# NOTE: -I.. is needed to include config.h
-CFLAGS=-I.. -I$(SRC_PATH) -I$(SRC_PATH)/libavutil $(OPTFLAGS) \
+CFLAGS=-I$(BUILD_ROOT) -I$(SRC_PATH) -I$(SRC_PATH)/libavutil $(OPTFLAGS) \
        -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE \
        -D_ISOC9X_SOURCE