summaryrefslogtreecommitdiff
path: root/libswscale/Makefile
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2006-10-11 08:30:22 +0000
committerDiego Biurrun <diego@biurrun.de>2006-10-11 08:30:22 +0000
commit086b05cdad9fc229fee64cfcd0e7f8ff0a9fc478 (patch)
treed68ae90ea6ab1b1c6aa4d554f0bd60971c3cd52c /libswscale/Makefile
parentdadb850a50f75cc9149e394878c2341e73f58770 (diff)
Move CFLAGS handling to common.mak.
Originally committed as revision 20154 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
Diffstat (limited to 'libswscale/Makefile')
-rw-r--r--libswscale/Makefile4
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