diff options
-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 |