Files
FFmpeg/libswscale/Makefile
T

31 lines
617 B
Makefile
Raw Normal View History

2001-10-24 07:34:41 +00:00
include ../config.mak
NAME=swscale
LIBVERSION=$(SWSVERSION)
LIBMAJOR=$(SWSMAJOR)
2001-10-24 07:34:41 +00:00
2006-10-23 14:03:49 +00:00
EXTRALIBS := -L$(BUILD_ROOT)/libavutil -lavutil$(BUILDSUF) $(EXTRALIBS)
OBJS = rgb2rgb.o swscale.o
2007-01-25 00:35:29 +00:00
OBJS-$(CONFIG_GPL) += yuv2rgb.o
OBJS-$(HAVE_ALTIVEC) += yuv2rgb_altivec.o
2004-06-27 00:07:15 +00:00
OBJS-$(ARCH_BFIN) += swscale_bfin.o \
yuv2rgb_bfin.o \
ASM_OBJS-$(ARCH_BFIN) += internal_bfin.o
HEADERS = swscale.h rgb2rgb.h
2004-06-27 00:07:15 +00:00
include ../common.mak
2006-08-21 12:15:29 +00:00
cs_test: cs_test.o $(LIB)
2006-08-21 12:15:29 +00:00
swscale-example: swscale-example.o $(LIB)
swscale-example: EXTRALIBS += -lm
clean::
rm -f cs_test swscale-example