[MPlayer-cvslog] r20094 - trunk/libswscale/Makefile
diego
subversion at mplayerhq.hu
Sat Oct 7 11:23:09 CEST 2006
Author: diego
Date: Sat Oct 7 11:23:09 2006
New Revision: 20094
Modified:
trunk/libswscale/Makefile
Log:
Replace -I.. by -I$(BUILD_ROOT).
Modified: trunk/libswscale/Makefile
==============================================================================
--- trunk/libswscale/Makefile (original)
+++ trunk/libswscale/Makefile Sat Oct 7 11:23:09 2006
@@ -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
More information about the MPlayer-cvslog
mailing list