projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b2d066f
)
configure: backport AS_LIBTOOL version from 0.10.36 release
author
Tim-Philipp Müller
<tim.muller@collabora.co.uk>
Mon, 12 Mar 2012 23:28:12 +0000
(23:28 +0000)
committer
Tim-Philipp Müller
<tim.muller@collabora.co.uk>
Mon, 12 Mar 2012 23:28:12 +0000
(23:28 +0000)
Should fix issues with missing symbols for people who install GStreamer
from source and at some point jumped back and forth between git master
and the 0.10.36 release (or 0.10. branch).
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index
3af1e69
..
747215e
100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-49,7
+49,7
@@
dnl - interfaces added/removed/changed -> increment CURRENT, REVISION = 0
dnl - interfaces added -> increment AGE
dnl - interfaces removed -> AGE = 0
dnl sets GST_LT_LDFLAGS
-AS_LIBTOOL(GST, 2
4, 0, 24
)
+AS_LIBTOOL(GST, 2
5, 0, 25
)
dnl FIXME: this macro doesn't actually work;
dnl the generated libtool script has no support for the listed tags.