Commit 7efc76af authored by Brad Smith's avatar Brad Smith Committed by Rémi Denis-Courmont

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

Signed-off-by: default avatarRémi Denis-Courmont <remi@remlab.net>
(cherry picked from commit 3a27eb58f0a86a3cc80a0e66e8d0463fbbbfd4c9)
parent 3ac4c5e7
...@@ -19,7 +19,7 @@ AM_CXXFLAGS = `$(VLC_CONFIG) --cxxflags plugin $@` ...@@ -19,7 +19,7 @@ AM_CXXFLAGS = `$(VLC_CONFIG) --cxxflags plugin $@`
AM_OBJCFLAGS = `$(VLC_CONFIG) --objcflags plugin $@` AM_OBJCFLAGS = `$(VLC_CONFIG) --objcflags plugin $@`
AM_LDFLAGS = -rpath '$(libvlcdir)' \ AM_LDFLAGS = -rpath '$(libvlcdir)' \
-avoid-version -module \ -avoid-version -module \
-export-symbol-regex ^vlc_entry \ -export-symbols-regex ^vlc_entry \
-shrext $(LIBEXT) \ -shrext $(LIBEXT) \
-rpath "$(libvlcdir)" \ -rpath "$(libvlcdir)" \
-no-undefined \ -no-undefined \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment