summaryrefslogtreecommitdiff
path: root/libavfilter/Makefile
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 /libavfilter/Makefile
parent6ded80af922fe244e5c9027c2059fb2caabb5cd1 (diff)
downloadffmpeg-b77fff47d0d60434a48b6877ed72a71ebf53858a.tar.gz
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 'libavfilter/Makefile')
-rw-r--r--libavfilter/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/Makefile b/libavfilter/Makefile
index c026f8f809..3187f99a50 100644
--- a/libavfilter/Makefile
+++ b/libavfilter/Makefile
@@ -605,7 +605,7 @@ OBJS-$(CONFIG_MOVIE_FILTER) += src_movie.o
SHLIBOBJS += log2_tab.o
# Windows resource file
-SLIBOBJS-$(HAVE_GNU_WINDRES) += avfilterres.o
+SHLIBOBJS-$(HAVE_GNU_WINDRES) += avfilterres.o
SKIPHEADERS-$(CONFIG_LCMS2) += fflcms2.h
SKIPHEADERS-$(CONFIG_LIBVIDSTAB) += vidstabutils.h