]> git.sesse.net Git - ffmpeg/blob - libswscale/Makefile
Remove unused file
[ffmpeg] / libswscale / Makefile
1
2 include ../config.mak
3
4 NAME=swscale
5 LIBVERSION=$(SWSVERSION)
6 LIBMAJOR=$(SWSMAJOR)
7
8 EXTRALIBS := -L$(BUILD_ROOT)/libavutil -lavutil$(BUILDSUF) $(EXTRALIBS)
9
10 OBJS= swscale.o rgb2rgb.o
11
12 OBJS-$(HAVE_ALTIVEC)       +=  yuv2rgb_altivec.o
13 OBJS-$(CONFIG_GPL)         +=  yuv2rgb.o
14
15 OBJS-$(ARCH_BFIN)          +=  yuv2rgb_bfin.o \
16                                swscale_bfin.o \
17
18 ASM_OBJS-$(ARCH_BFIN)      += internal_bfin.o
19
20 HEADERS = swscale.h rgb2rgb.h
21
22 include ../common.mak
23
24 cs_test: cs_test.o $(LIB)
25
26 swscale-example: swscale-example.o $(LIB)
27 swscale-example: EXTRALIBS += -lm
28
29 clean::
30         rm -f cs_test swscale-example