Commit c22b4529 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

SONAME change. Muahahahahahahahahahahahahahahahahahahahahahahahahahahahahahah!

(vlc 0.9.0 is definitely not going to be ABI-compatible with 0.8.6).
parent 6b836bf7
......@@ -153,7 +153,7 @@ libvlc_la_CFLAGS = `$(VLC_CONFIG) --cflags vlc`
libvlc_la_CXXFLAGS = `$(VLC_CONFIG) --cxxflags vlc`
libvlc_la_OBJCFLAGS = `$(VLC_CONFIG) --objcflags vlc`
libvlc_la_LDFLAGS = `$(VLC_CONFIG) --libs vlc` \
-no-undefined -export-symbols libvlc.sym -version-info 0:0:0
-no-undefined -export-symbols libvlc.sym -version-info 1:0:0
libvlc_la_DEPENDENCIES = libvlc.sym
libvlc_control_la_SOURCES = $(SOURCES_libvlc_control)
......
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