summaryrefslogtreecommitdiff
path: root/ffmpeg/libswscale/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'ffmpeg/libswscale/Makefile')
-rw-r--r--ffmpeg/libswscale/Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/ffmpeg/libswscale/Makefile b/ffmpeg/libswscale/Makefile
new file mode 100644
index 0000000..dd00f7d
--- /dev/null
+++ b/ffmpeg/libswscale/Makefile
@@ -0,0 +1,19 @@
+include $(SUBDIR)../config.mak
+
+NAME = swscale
+FFLIBS = avutil
+
+HEADERS = swscale.h \
+ version.h \
+
+OBJS = input.o \
+ options.o \
+ output.o \
+ rgb2rgb.o \
+ swscale.o \
+ swscale_unscaled.o \
+ utils.o \
+ yuv2rgb.o \
+
+TESTPROGS = colorspace \
+ swscale \