Commit 21423ad9 authored by Diego Biurrun's avatar Diego Biurrun

Replace -I.. by -I$(BUILD_ROOT).

Originally committed as revision 20094 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
parent cbeee4d8
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment