Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimo Rothenpieler <timo@rothenpieler.org>2022-08-07 16:26:06 +0300
committerTimo Rothenpieler <timo@rothenpieler.org>2022-08-13 15:42:36 +0300
commitb77fff47d0d60434a48b6877ed72a71ebf53858a (patch)
tree3c0030e4d4b1e47c878b5ffc64c275422f10cd68 /libpostproc
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 'libpostproc')
-rw-r--r--libpostproc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libpostproc/Makefile b/libpostproc/Makefile
index d3f3b27f35..77c2b6b016 100644
--- a/libpostproc/Makefile
+++ b/libpostproc/Makefile
@@ -10,4 +10,4 @@ OBJS = postprocess.o \
version.o \
# Windows resource file
-SLIBOBJS-$(HAVE_GNU_WINDRES) += postprocres.o
+SHLIBOBJS-$(HAVE_GNU_WINDRES) += postprocres.o