]> git.sesse.net Git - ffmpeg/blobdiff - libswscale/Makefile
mkv: mark corrupted packets and return them
[ffmpeg] / libswscale / Makefile
index 185a9ab779037c8a585985c41e0301ef87ec0f95..29f3f12793f78513f2bd47df87b04bcd72cf9a29 100644 (file)
@@ -1,24 +1,15 @@
+NAME = swscale
+FFLIBS = avutil
 
-include ../config.mak
+HEADERS = swscale.h
 
-NAME=swscale
-ifeq ($(BUILD_SHARED),yes)
-LIBVERSION=$(SWSVERSION)
-LIBMAJOR=$(SWSMAJOR)
-endif
+OBJS = input.o                                          \
+       options.o                                        \
+       output.o                                         \
+       rgb2rgb.o                                        \
+       swscale.o                                        \
+       swscale_unscaled.o                               \
+       utils.o                                          \
+       yuv2rgb.o                                        \
 
-OBJS= swscale.o rgb2rgb.o yuv2rgb.o
-ifeq ($(TARGET_ALTIVEC),yes)
-OBJS+=  yuv2rgb_altivec.o
-endif
-
-HEADERS = swscale.h rgb2rgb.h
-
-include $(SRC_PATH)/common.mak
-
-cs_test: cs_test.c $(LIB)
-
-swscale-example: swscale-example.o $(LIB)
-
-clean::
-       rm -f cs_test swscale-example
+TESTPROGS = colorspace swscale