changeset 1357:25ec3101ee80 libavformat

Replace -I../-I. by -I$(BUILD_ROOT).
author diego
date Sat, 07 Oct 2006 09:22:44 +0000
parents 88646f2befdb
children 0899bfe4105c
files Makefile
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile	Fri Oct 06 18:36:58 2006 +0000
+++ b/Makefile	Sat Oct 07 09:22:44 2006 +0000
@@ -4,7 +4,7 @@
 #
 include ../config.mak
 
-CFLAGS=-I.. -I$(SRC_PATH) -I$(SRC_PATH)/libavutil -I$(SRC_PATH)/libavcodec \
+CFLAGS=-I$(BUILD_ROOT) -I$(SRC_PATH) -I$(SRC_PATH)/libavutil -I$(SRC_PATH)/libavcodec \
        $(OPTFLAGS) -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 \
        -D_LARGEFILE_SOURCE -D_ISOC9X_SOURCE