[vlc-commits] nvdec: Makefile.am: remove redundant LDFLAGS definition
Alexandre Janniaux
git at videolan.org
Mon Mar 15 12:57:42 UTC 2021
vlc | branch: master | Alexandre Janniaux <ajanni at videolabs.io> | Sat Mar 13 18:07:56 2021 +0100| [c5181b2187f13373d09fc9f0f9dad53fa9f5ac8a] | committer: Alexandre Janniaux
nvdec: Makefile.am: remove redundant LDFLAGS definition
Without conditional activation of the plugins through autoconf, -rpath
is always defined when adding the plugin libtool archive target to
codec_LTLIBRARIES or nvdec_LTLIBRARIES. If the target's LDFLAGS is not
defined, it will also use AM_LDFLAGS by default.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=c5181b2187f13373d09fc9f0f9dad53fa9f5ac8a
---
modules/hw/nvdec/Makefile.am | 1 -
1 file changed, 1 deletion(-)
diff --git a/modules/hw/nvdec/Makefile.am b/modules/hw/nvdec/Makefile.am
index eaeeb89e0a..90e8c2796d 100644
--- a/modules/hw/nvdec/Makefile.am
+++ b/modules/hw/nvdec/Makefile.am
@@ -9,7 +9,6 @@ codec_LTLIBRARIES += libnvdec_plugin.la
endif
libnvdec_chroma_plugin_la_SOURCES = hw/nvdec/chroma.c hw/nvdec/nvdec_fmt.h
-libnvdec_chroma_plugin_la_LDFLAGS = $(AM_LDFLAGS) -rpath '$(nvdecdir)'
if HAVE_NVDEC
nvdec_LTLIBRARIES = libnvdec_chroma_plugin.la
endif
More information about the vlc-commits
mailing list