summaryrefslogtreecommitdiff
path: root/libswscale
diff options
context:
space:
mode:
authorTimo Rothenpieler <timo@rothenpieler.org>2022-08-07 15:26:06 +0200
committerTimo Rothenpieler <timo@rothenpieler.org>2022-08-13 14:42:36 +0200
commitb77fff47d0d60434a48b6877ed72a71ebf53858a (patch)
tree3c0030e4d4b1e47c878b5ffc64c275422f10cd68 /libswscale
parent6ded80af922fe244e5c9027c2059fb2caabb5cd1 (diff)
configure: always enable gnu_windres if available
Use the appropiate Makefile variable to ensure the resource file is only built into shared libraries instead.
Diffstat (limited to 'libswscale')
-rw-r--r--libswscale/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libswscale/Makefile b/libswscale/Makefile
index 8e95f74c6b..4c950e6c43 100644
--- a/libswscale/Makefile
+++ b/libswscale/Makefile
@@ -25,7 +25,7 @@ OBJS = alphablend.o \
SHLIBOBJS += log2_tab.o
# Windows resource file
-SLIBOBJS-$(HAVE_GNU_WINDRES) += swscaleres.o
+SHLIBOBJS-$(HAVE_GNU_WINDRES) += swscaleres.o
TESTPROGS = colorspace \
floatimg_cmp \