]> git.sesse.net Git - vlc/commitdiff
Mozilla libtool fix from Pavlov Konstantin
authorRémi Denis-Courmont <rem@videolan.org>
Tue, 2 May 2006 14:54:32 +0000 (14:54 +0000)
committerRémi Denis-Courmont <rem@videolan.org>
Tue, 2 May 2006 14:54:32 +0000 (14:54 +0000)
THANKS
mozilla/Makefile.am

diff --git a/THANKS b/THANKS
index b6e8a94bfc80c8f5542c792e5c3fba9ca0e7525c..5edc916ea10fe02729402dd76ee48f27f74043b3 100644 (file)
--- a/THANKS
+++ b/THANKS
@@ -105,7 +105,7 @@ Ondrej Kuda aka Albert <kuda at natur dot cuni dot cz> - HTTP interface tips and
 Øyvind Kolbu <oyvindk at world-online.no> - FreeBSD patches
 Patrick Horn <patrickd0thorn at mindspring d0t com> - DirectShow patch
 Paul Mackerras <paulus at linuxcare.com.au> - AltiVec IDCT and motion
-Pavlov Konstantin “thresh” - several Linux configure.ac fixes
+Pavlov Konstantin “thresh” - several Linux build system fixes
 Philippe Van Hecke <philippe at belnet dot be> - SAP header hash patch
 Pierre Marc Dumuid <pierre.dumuid at adelaide dot edu dot au> - Playlist patches
 Régis Duchesne <regis at via.ecp.fr> - original VLC code
index 74ed52e5c958c793a6380625f4be330ef05a45f8..b4d3c7785e49d02d98ca132f1b992b07a751567d 100644 (file)
@@ -157,7 +157,7 @@ endif
 libvlcplugin_la_SOURCES = $(SOURCES_mozilla_common) $(SOURCES_support)
 libvlcplugin_la_CFLAGS = `$(VLC_CONFIG) --cflags mozilla`
 libvlcplugin_la_CXXFLAGS = `$(VLC_CONFIG) --cxxflags mozilla`
-libvlcplugin_la_LDFLAGS = `$(VLC_CONFIG) --libs mozilla` -module -shrext $(LIBEXT)
+libvlcplugin_la_LDFLAGS = `$(VLC_CONFIG) --libs mozilla` -module -avoid-version -shrext $(LIBEXT)
 libvlcplugin_la_LIBADD = ../src/libvlc.la
 
 libnpvlc_a_SOURCES = $(SOURCES_mozilla_common) $(SOURCES_support)