Bumped the library SONAME due to binary incompatibility

git-svn-id: https://matroska.svn.sourceforge.net/svnroot/matroska/trunk/libmatroska@760 a6f86f6d-0131-4f8e-9e7b-e335508773d5
This commit is contained in:
Moritz Bunkus 2011-06-15 12:00:37 +00:00
parent 4edebabe92
commit 8c4a6cccb4

View File

@ -54,7 +54,7 @@ MUX_LIBS=-lmatroska -lebml $(LIBICONV)
# Names
LIBRARY=libmatroska.a
LIBRARY_SO=libmatroska.so
LIBRARY_SO_VER=libmatroska.so.3
LIBRARY_SO_VER=libmatroska.so.4
# source-files
sources:=$(wildcard ${SRC_DIR}*$(EXTENSION))