Mercurial > mplayer.hg
view libswscale/Makefile @ 20634:32b693286d0b
remove charset files (all of them are in UTF-8 now anyway)
change build system accordingly
author | kraymer |
---|---|
date | Fri, 03 Nov 2006 21:52:35 +0000 |
parents | 1685fb149c76 |
children | 5298f5174a8b |
line wrap: on
line source
include ../config.mak NAME=swscale ifeq ($(BUILD_SHARED),yes) LIBVERSION=$(SWSVERSION) LIBMAJOR=$(SWSMAJOR) endif EXTRALIBS := -L$(BUILD_ROOT)/libavutil -lavutil$(BUILDSUF) $(EXTRALIBS) OBJS= swscale.o rgb2rgb.o yuv2rgb.o ifeq ($(TARGET_ALTIVEC),yes) OBJS+= yuv2rgb_altivec.o endif HEADERS = swscale.h rgb2rgb.h include $(SRC_PATH)/common.mak cs_test: cs_test.c $(LIB) swscale-example: swscale-example.o $(LIB) clean:: rm -f cs_test swscale-example