Mercurial > mplayer.hg
view libswscale/Makefile @ 22890:3a738b9f35f1
r22845: Clarify -xineramascreen -2 behaviour
r22900: documented -mpegopts :adelay
r22901: removed unexplainable and escaped trailing spaces from -mpegopts :drop and :tsaf
r22902: restored previous definition of -mpegopts :drop and :tsaf (r22900); they were there for a good reason
author | voroshil |
---|---|
date | Tue, 03 Apr 2007 15:59:35 +0000 |
parents | d79bd226342d |
children | 8e52146c056f |
line wrap: on
line source
include ../config.mak NAME=swscale LIBVERSION=$(SWSVERSION) LIBMAJOR=$(SWSMAJOR) EXTRALIBS := -L$(BUILD_ROOT)/libavutil -lavutil$(BUILDSUF) $(EXTRALIBS) OBJS= swscale.o rgb2rgb.o OBJS-$(TARGET_ALTIVEC) += yuv2rgb_altivec.o OBJS-$(CONFIG_GPL) += yuv2rgb.o HEADERS = swscale.h rgb2rgb.h include ../common.mak cs_test: cs_test.o $(LIB) swscale-example: swscale-example.o $(LIB) -lm clean:: rm -f cs_test swscale-example