Commit d1b51e8c authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

src/Makefile.am: Only allow libvlc-control symbols that are prefixed by...

src/Makefile.am: Only allow libvlc-control symbols that are prefixed by libvlc|mediacontrol. (Use to be symbol that contains libvlc or mediacontrol. This is a fix for Mac OS X and libtool.
parent 130afa59
......@@ -121,7 +121,7 @@ libvlc_control_la_SOURCES = $(SOURCES_libvlc_control)
libvlc_control_la_LIBADD = libvlc.la
libvlc_control_la_CFLAGS = `$(VLC_CONFIG) --cflags libvlc`
libvlc_control_la_LDFLAGS = $(AM_LDFLAGS) \
-no-undefined -export-symbols-regex '_?(libvlc|mediacontrol)_.*' \
-no-undefined -export-symbols-regex '^_?(libvlc|mediacontrol)_.*' \
-version-info 0:0:0
EXTRA_libvlc_la_SOURCES = \
......
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