diff options
author | Thomas Hellstrom <unichrome@shipmail.org> | 2005-11-26 21:06:07 +0000 |
---|---|---|
committer | Thomas Hellstrom <unichrome@shipmail.org> | 2005-11-26 21:06:07 +0000 |
commit | b679a08c793780c08a21af602e4e814cc24b1a93 (patch) | |
tree | 44548e433d31e8c8741e9a6fa1e9b65917aaa08c | |
parent | 7907128fae6bbb41e2e6cc6387afba857c75eb41 (diff) |
Bug #5067 <https://bugs.freedesktop.org/show_bug.cgi?id=5067> Add dot
before revision definitions for libXvMCW (Cedric Berger)
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | src/Makefile.am | 4 |
2 files changed, 8 insertions, 2 deletions
@@ -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 |