Commit 2de78486 authored by diego's avatar diego

Move CFLAGS handling to common.mak.


git-svn-id: file:///var/local/repositories/mplayer/trunk/libswscale@20154 b3059339-0415-0410-9bf9-f77b7e298cf2
parent 703dbfd1
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment