mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2025-02-19 03:20:12 +00:00
Replace -I.. by -I$(BUILD_ROOT).
Originally committed as revision 20094 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
This commit is contained in:
parent
cbeee4d8e5
commit
21423ad9b7
@ -7,8 +7,7 @@ LIBVERSION=$(SWSVERSION)
|
|||||||
LIBMAJOR=$(SWSMAJOR)
|
LIBMAJOR=$(SWSMAJOR)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# NOTE: -I.. is needed to include config.h
|
CFLAGS=-I$(BUILD_ROOT) -I$(SRC_PATH) -I$(SRC_PATH)/libavutil $(OPTFLAGS) \
|
||||||
CFLAGS=-I.. -I$(SRC_PATH) -I$(SRC_PATH)/libavutil $(OPTFLAGS) \
|
|
||||||
-DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE \
|
-DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE \
|
||||||
-D_ISOC9X_SOURCE
|
-D_ISOC9X_SOURCE
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user