changeset 20148:73cd6b74c538

Move CFLAGS handling to common.mak.
author diego
date Wed, 11 Oct 2006 08:30:22 +0000
parents 8a760f0395d0
children dfad285f6828
files libswscale/Makefile
diffstat 1 files changed, 0 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/libswscale/Makefile	Wed Oct 11 08:13:52 2006 +0000
+++ b/libswscale/Makefile	Wed Oct 11 08:30:22 2006 +0000
@@ -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