summaryrefslogtreecommitdiff
path: root/ffmpeg1/libswscale/Makefile
diff options
context:
space:
mode:
authorTim Redfern <tim@eclectronics.org>2013-09-05 17:55:35 +0100
committerTim Redfern <tim@eclectronics.org>2013-09-05 17:55:35 +0100
commit741fb4b9e135cfb161a749db88713229038577bb (patch)
tree08bc9925659cbcac45162bacf31dc6336d4f60b4 /ffmpeg1/libswscale/Makefile
parenta2e1bf3495b7bfefdaedb8fc737e969ab06df079 (diff)
making act segmenter
Diffstat (limited to 'ffmpeg1/libswscale/Makefile')
-rw-r--r--ffmpeg1/libswscale/Makefile19
1 files changed, 0 insertions, 19 deletions
diff --git a/ffmpeg1/libswscale/Makefile b/ffmpeg1/libswscale/Makefile
deleted file mode 100644
index dd00f7d..0000000
--- a/ffmpeg1/libswscale/Makefile
+++ /dev/null
@@ -1,19 +0,0 @@
-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 \