summaryrefslogtreecommitdiff
path: root/ffmpeg/libswscale/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'ffmpeg/libswscale/Makefile')
-rw-r--r--ffmpeg/libswscale/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/ffmpeg/libswscale/Makefile b/ffmpeg/libswscale/Makefile
index dd00f7d..ca6e27d 100644
--- a/ffmpeg/libswscale/Makefile
+++ b/ffmpeg/libswscale/Makefile
@@ -15,5 +15,8 @@ OBJS = input.o \
utils.o \
yuv2rgb.o \
+# Windows resource file
+SLIBOBJS-$(HAVE_GNU_WINDRES) += swscaleres.o
+
TESTPROGS = colorspace \
swscale \