Mercurial > mplayer.hg
view libswscale/Makefile @ 21932:c11cbff65f18
r21727: Must refer to option name instead of internal variable
r21758: Subtitle formats are listed in subreader.h, not libmpdemux/demuxer.h.
r21848: clarify a few things about the interaction between *cmp and mbd options
r21865: Audio track switching works with DVDs as well.
r21882: sync to x264 r607 (update description of threads)
author | kraymer |
---|---|
date | Wed, 17 Jan 2007 14:04:30 +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