summaryrefslogtreecommitdiff
path: root/libswscale/Makefile
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2006-10-07 09:23:09 +0000
committerDiego Biurrun <diego@biurrun.de>2006-10-07 09:23:09 +0000
commit21423ad9b7743f50ead7cccb107154913cec290f (patch)
tree5702399611bc757b57146719ac80bc8e67404782 /libswscale/Makefile
parentcbeee4d8e5be247ab8eea3eeda95b08d208b2908 (diff)
Replace -I.. by -I$(BUILD_ROOT).
Originally committed as revision 20094 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
Diffstat (limited to 'libswscale/Makefile')
-rw-r--r--libswscale/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/libswscale/Makefile b/libswscale/Makefile
index 29abaeb0fc..86b28d3dec 100644
--- a/libswscale/Makefile
+++ b/libswscale/Makefile
@@ -7,8 +7,7 @@ LIBVERSION=$(SWSVERSION)
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