summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Hellstrom <unichrome@shipmail.org>2005-11-26 21:06:07 +0000
committerThomas Hellstrom <unichrome@shipmail.org>2005-11-26 21:06:07 +0000
commitb679a08c793780c08a21af602e4e814cc24b1a93 (patch)
tree44548e433d31e8c8741e9a6fa1e9b65917aaa08c
parent7907128fae6bbb41e2e6cc6387afba857c75eb41 (diff)
Bug #5067 <https://bugs.freedesktop.org/show_bug.cgi?id=5067> Add dot
before revision definitions for libXvMCW (Cedric Berger)
-rw-r--r--ChangeLog6
-rw-r--r--src/Makefile.am4
2 files changed, 8 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 2abcb8b..1232672 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2005-11-26 Thomas Hellstrom <unichrome-at-shipmail-dot-org>
+
+ * src/Makefile.am:
+ Bug #5067 <https://bugs.freedesktop.org/show_bug.cgi?id=5067>
+ Add dot before revision definitions for libXvMCW (Cedric Berger)
+
2005-11-19 Kevin E. Martin <kem-at-freedesktop-dot-org>
* xvmc.pc.in:
diff --git a/src/Makefile.am b/src/Makefile.am
index d1898a8..b16b177 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -15,8 +15,8 @@ libXvMCW_la_CFLAGS = \
@XVMC_CFLAGS@ \
-I$(top_srcdir)/include \
-DXVMC_CONFIGDIR=XConfigDir \
- -DXVMC_SOVERSION=\"1.0\" \
- -DXV_SOVERSION=\"1.0\"
+ -DXVMC_SOVERSION=\".1.0\" \
+ -DXV_SOVERSION=\".1.0\"
libXvMC_la_LDFLAGS = -version-number 1:0:0 -no-undefined
libXvMCW_la_LDFLAGS = -version-number 1:0:0