summaryrefslogtreecommitdiff
path: root/ffmpeg/libswscale/Makefile
diff options
context:
space:
mode:
authorTim Redfern <tim@eclectronics.org>2014-02-17 13:36:38 +0000
committerTim Redfern <tim@eclectronics.org>2014-02-17 13:36:38 +0000
commit22e28216336da876e1fd17f380ce42eaf1446769 (patch)
tree444dad3dc7e2656992d29f34f7bce31970c122a5 /ffmpeg/libswscale/Makefile
parentae5e8541f6e06e64c28719467cdf366ac57aff31 (diff)
chasing indexing error
Diffstat (limited to 'ffmpeg/libswscale/Makefile')
-rw-r--r--ffmpeg/libswscale/Makefile22
1 files changed, 0 insertions, 22 deletions
diff --git a/ffmpeg/libswscale/Makefile b/ffmpeg/libswscale/Makefile
deleted file mode 100644
index ca6e27d..0000000
--- a/ffmpeg/libswscale/Makefile
+++ /dev/null
@@ -1,22 +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 \
-
-# Windows resource file
-SLIBOBJS-$(HAVE_GNU_WINDRES) += swscaleres.o
-
-TESTPROGS = colorspace \
- swscale \