[vlc-devel] [PATCH] Fix a typo with the libtool flag -export-symbols-regex

Brad brad at comstyle.com
Sun Oct 31 01:34:42 CEST 2010


There is a typo in modules/common.am for the libtool flag
-export-symbols-regex. This applies to VLC trunk, 1.1 and 1.0.

-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.

-------------- next part --------------
>From d6802e054bce6d06060a3ac46a5af289861bf166 Mon Sep 17 00:00:00 2001
From: Brad Smith <brad at comstyle.com>
Date: Sat, 30 Oct 2010 19:26:25 -0400
Subject: [PATCH] Fix a typo with the libtool flag -export-symbols-regex

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

diff --git a/modules/common.am b/modules/common.am
index 5e4d65f..1092b62 100644
--- a/modules/common.am
+++ b/modules/common.am
@@ -18,7 +18,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 \
-- 
1.7.3.1



More information about the vlc-devel mailing list