Mercurial > mplayer.hg
view libswscale/Makefile @ 22019:f43d02e9b58b
Set sh_video->bih->biWidth properly, fixes decoding after latest dec_video.c change
author | reimar |
---|---|
date | Sun, 28 Jan 2007 09:53:42 +0000 |
parents | ba11e9a0880f |
children | 3f0dc86dde93 |
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 OBJS-$(TARGET_ALTIVEC) += yuv2rgb_altivec.o OBJS-$(CONFIG_GPL) += yuv2rgb.o 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