[vlc-devel] commit: Specify the install path for plugins ( Rémi Denis-Courmont )

git version control git at videolan.org
Thu Aug 6 17:32:03 CEST 2009


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Thu Aug  6 18:31:19 2009 +0300| [aa55637b75c489a8037c65100c3bc51816f11998] | committer: Rémi Denis-Courmont 

Specify the install path for plugins

This is just pedantic. Nobody links against plugins anyway.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=aa55637b75c489a8037c65100c3bc51816f11998
---

 modules/common.am |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/modules/common.am b/modules/common.am
index 7fbf430..64d9a22 100644
--- a/modules/common.am
+++ b/modules/common.am
@@ -21,6 +21,7 @@ AM_LDFLAGS = -rpath '$(libvlcdir)' \
 	-avoid-version -module \
 	-export-symbol-regex ^vlc_entry \
 	-shrext $(LIBEXT) \
+	-rpath "$(libvlcdir)" \
 	-no-undefined \
 	 `$(VLC_CONFIG) --ldflags plugin $@`
 AM_LIBADD = `$(VLC_CONFIG) -libs plugin $@` \




More information about the vlc-devel mailing list