]> git.sesse.net Git - ffmpeg/blobdiff - libswscale/Makefile
Classify mlib as a configurable option, not as a hardware feature.
[ffmpeg] / libswscale / Makefile
index a1c25a76a445ccaec134b04d1afb078e3ecbcda8..d99cb56bd1ae970cb659102ff296fee679da446b 100644 (file)
@@ -1,24 +1,26 @@
-
 include ../config.mak
 
-NAME=swscale
-LIBVERSION=$(SWSVERSION)
-LIBMAJOR=$(SWSMAJOR)
-
-EXTRALIBS := -L$(BUILD_ROOT)/libavutil -lavutil$(BUILDSUF) $(EXTRALIBS)
+NAME = swscale
+FFLIBS = avutil
 
-OBJS= swscale.o rgb2rgb.o
+OBJS = rgb2rgb.o swscale.o
 
-OBJS-$(TARGET_ALTIVEC)     +=  yuv2rgb_altivec.o
 OBJS-$(CONFIG_GPL)         +=  yuv2rgb.o
+OBJS-$(HAVE_ALTIVEC)       +=  yuv2rgb_altivec.o
+
+OBJS-$(ARCH_BFIN)          +=  swscale_bfin.o \
+                               yuv2rgb_bfin.o \
+
+ASM_OBJS-$(ARCH_BFIN)      += internal_bfin.o
 
 HEADERS = swscale.h rgb2rgb.h
 
 include ../common.mak
 
-cs_test: cs_test.o $(LIB)
+cs_test: cs_test.o $(LIBNAME)
 
-swscale-example: swscale-example.o $(LIB) -lm
+swscale-example: swscale-example.o $(LIBNAME)
+swscale-example: EXTRALIBS += -lm
 
 clean::
        rm -f cs_test swscale-example