Move CFLAGS handling to common.mak.
authorDiego Biurrun <diego@biurrun.de>
Wed, 11 Oct 2006 08:30:22 +0000 (08:30 +0000)
committerDiego Biurrun <diego@biurrun.de>
Wed, 11 Oct 2006 08:30:22 +0000 (08:30 +0000)
Originally committed as revision 20154 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale

libswscale/Makefile

index 86b28d3..185a9ab 100644 (file)
@@ -7,10 +7,6 @@ LIBVERSION=$(SWSVERSION)
 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