Mercurial > mplayer.hg
view libswscale/Makefile @ 21745:7b4bf230c06c
r21748: Reformatting round continued
r21760: Directly point to the Subversion instructions.
author | voroshil |
---|---|
date | Sun, 24 Dec 2006 05:45:27 +0000 |
parents | 72e44326407e |
children | ba11e9a0880f |
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 ifeq ($(TARGET_ALTIVEC),yes) OBJS+= yuv2rgb_altivec.o endif ifeq ($(CONFIG_GPL),yes) OBJS+= yuv2rgb.o endif HEADERS = swscale.h rgb2rgb.h include ../common.mak cs_test: cs_test.c $(LIB) swscale-example: swscale-example.o $(LIB) clean:: rm -f cs_test swscale-example