git.videolan.org
/
vlc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
37db19e
)
The current libvlc-control ABI is not compatible with the 0.8.6 one. Change SONAME.
author
Rémi Denis-Courmont
<rem@videolan.org>
Sat, 20 Oct 2007 07:43:40 +0000
(07:43 +0000)
committer
Rémi Denis-Courmont
<rem@videolan.org>
Sat, 20 Oct 2007 07:43:40 +0000
(07:43 +0000)
src/Makefile.am
patch
|
blob
|
history
diff --git
a/src/Makefile.am
b/src/Makefile.am
index
278220a
..
2f83036
100644
(file)
--- a/
src/Makefile.am
+++ b/
src/Makefile.am
@@
-145,7
+145,7
@@
libvlc_la_DEPENDENCIES = libvlc.sym
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) -version-info
0
:0:0
+libvlc_control_la_LDFLAGS = $(AM_LDFLAGS) -version-info
1
:0:0
if HAVE_COMPILER_EXPORT
libvlc_control_la_LDFLAGS += -export-dynamic
else