[vlc-commits] commit: Fix a typo with the libtool flag -export-symbols-regex (Brad Smith )

git at videolan.org git at videolan.org
Sun Oct 31 07:58:32 CET 2010


vlc/vlc-1.1 | branch: master | Brad Smith <brad at comstyle.com> | Sat Oct 30 19:26:25 2010 -0400| [7efc76aff1d8755031fe48b38665e3b5d79c82fe] | committer: Rémi Denis-Courmont 

Fix a typo with the libtool flag -export-symbols-regex

Signed-off-by: Rémi Denis-Courmont <remi at remlab.net>
(cherry picked from commit 3a27eb58f0a86a3cc80a0e66e8d0463fbbbfd4c9)

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

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

diff --git a/modules/common.am b/modules/common.am
index 2e617ce..ac88493 100644
--- a/modules/common.am
+++ b/modules/common.am
@@ -19,7 +19,7 @@ AM_CXXFLAGS = `$(VLC_CONFIG) --cxxflags plugin $@`
 AM_OBJCFLAGS = `$(VLC_CONFIG) --objcflags plugin $@`
 AM_LDFLAGS = -rpath '$(libvlcdir)' \
 	-avoid-version -module \
-	-export-symbol-regex ^vlc_entry \
+	-export-symbols-regex ^vlc_entry \
 	-shrext $(LIBEXT) \
 	-rpath "$(libvlcdir)" \
 	-no-undefined \



More information about the vlc-commits mailing list