diff options
author | Diego Biurrun <diego@biurrun.de> | 2006-10-11 08:30:22 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2006-10-11 08:30:22 +0000 |
commit | 086b05cdad9fc229fee64cfcd0e7f8ff0a9fc478 (patch) | |
tree | d68ae90ea6ab1b1c6aa4d554f0bd60971c3cd52c /libswscale | |
parent | dadb850a50f75cc9149e394878c2341e73f58770 (diff) | |
download | ffmpeg-086b05cdad9fc229fee64cfcd0e7f8ff0a9fc478.tar.gz |
Move CFLAGS handling to common.mak.
Originally committed as revision 20154 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
Diffstat (limited to 'libswscale')
-rw-r--r-- | libswscale/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/libswscale/Makefile b/libswscale/Makefile index 86b28d3dec..185a9ab779 100644 --- a/libswscale/Makefile +++ b/libswscale/Makefile @@ -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 |