comparison libswscale/Makefile @ 20148:73cd6b74c538

Move CFLAGS handling to common.mak.
author diego
date Wed, 11 Oct 2006 08:30:22 +0000
parents 36436a54bc4f
children 1685fb149c76
comparison
equal deleted inserted replaced
20147:8a760f0395d0 20148:73cd6b74c538
4 NAME=swscale 4 NAME=swscale
5 ifeq ($(BUILD_SHARED),yes) 5 ifeq ($(BUILD_SHARED),yes)
6 LIBVERSION=$(SWSVERSION) 6 LIBVERSION=$(SWSVERSION)
7 LIBMAJOR=$(SWSMAJOR) 7 LIBMAJOR=$(SWSMAJOR)
8 endif 8 endif
9
10 CFLAGS=-I$(BUILD_ROOT) -I$(SRC_PATH) -I$(SRC_PATH)/libavutil $(OPTFLAGS) \
11 -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE \
12 -D_ISOC9X_SOURCE
13 9
14 OBJS= swscale.o rgb2rgb.o yuv2rgb.o 10 OBJS= swscale.o rgb2rgb.o yuv2rgb.o
15 ifeq ($(TARGET_ALTIVEC),yes) 11 ifeq ($(TARGET_ALTIVEC),yes)
16 OBJS+= yuv2rgb_altivec.o 12 OBJS+= yuv2rgb_altivec.o
17 endif 13 endif