vlc | branch: master | Rémi Denis-Courmont <[email protected]> | Mon Jul 18 22:16:01 2011 +0300| [503069555ca9f9ac7e9148e995f0060854b781de] | committer: Rémi Denis-Courmont
Do not path -rpath twice > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=503069555ca9f9ac7e9148e995f0060854b781de --- modules/common.am | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/modules/common.am b/modules/common.am index fc29eae..5cecb18 100644 --- a/modules/common.am +++ b/modules/common.am @@ -21,7 +21,6 @@ AM_LDFLAGS = -rpath '$(libvlcdir)' \ -avoid-version -module \ -export-symbols-regex ^vlc_entry \ -shrext $(LIBEXT) \ - -rpath "$(libvlcdir)" \ -no-undefined \ `$(VLC_CONFIG) --ldflags plugin $@` AM_LIBADD = `$(VLC_CONFIG) -libs plugin $@` \ _______________________________________________ vlc-commits mailing list [email protected] http://mailman.videolan.org/listinfo/vlc-commits
