Browse Source

Move CFLAGS handling to common.mak.

Originally committed as revision 20154 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
tags/v0.5
Diego Biurrun 19 years ago
parent
commit
086b05cdad
1 changed files with 0 additions and 4 deletions
  1. +0
    -4
      libswscale/Makefile

+ 0
- 4
libswscale/Makefile View File

@@ -7,10 +7,6 @@ LIBVERSION=$(SWSVERSION)
LIBMAJOR=$(SWSMAJOR) LIBMAJOR=$(SWSMAJOR)
endif 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 OBJS= swscale.o rgb2rgb.o yuv2rgb.o
ifeq ($(TARGET_ALTIVEC),yes) ifeq ($(TARGET_ALTIVEC),yes)
OBJS+= yuv2rgb_altivec.o OBJS+= yuv2rgb_altivec.o


Loading…
Cancel
Save