]> git.sesse.net Git - ffmpeg/blob - libswscale/Makefile
Indentation for previous patch
[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-$(TARGET_ALTIVEC)     +=  yuv2rgb_altivec.o
13 OBJS-$(CONFIG_GPL)         +=  yuv2rgb.o
14
15 HEADERS = swscale.h rgb2rgb.h
16
17 include ../common.mak
18
19 cs_test: cs_test.o $(LIB)
20
21 swscale-example: swscale-example.o $(LIB)
22 swscale-example: EXTRALIBS += -lm
23
24 clean::
25         rm -f cs_test swscale-example