[MPlayer-cvslog] r20154 - trunk/libswscale/Makefile

diego subversion at mplayerhq.hu
Wed Oct 11 10:30:22 CEST 2006


Author: diego
Date: Wed Oct 11 10:30:22 2006
New Revision: 20154

Modified:
   trunk/libswscale/Makefile

Log:
Mov CFLAGS handling to common.mak.


Modified: trunk/libswscale/Makefile
==============================================================================
--- trunk/libswscale/Makefile	(original)
+++ trunk/libswscale/Makefile	Wed Oct 11 10:30:22 2006
@@ -7,10 +7,6 @@
 LIBMAJOR=$(SWSMAJOR)
 endif
 
-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
-
 OBJS= swscale.o rgb2rgb.o yuv2rgb.o
 ifeq ($(TARGET_ALTIVEC),yes)
 OBJS+=  yuv2rgb_altivec.o



More information about the MPlayer-cvslog mailing list