]> granicus.if.org Git - rtmpdump/commitdiff
Bump the SO_VERSION to 1
authorMartin Storsjo <martin@martin.st>
Mon, 7 Oct 2013 09:00:03 +0000 (12:00 +0300)
committerMartin Storsjo <martin@martin.st>
Mon, 7 Oct 2013 09:00:54 +0000 (12:00 +0300)
Commit a9282329c3 changed the layout of the RTMP struct, making
it ABI-incompatible with previous versions.

librtmp/Makefile

index 3f26d075028cbf0c79b21de6fdb3755e0319c6e3..2c1c7907cc3c27a373b9c415dda7eeaf35aef4d1 100644 (file)
@@ -38,7 +38,7 @@ CRYPTO_REQ=$(REQ_$(CRYPTO))
 CRYPTO_DEF=$(DEF_$(CRYPTO))
 PUBLIC_LIBS=$(PUB_$(CRYPTO))
 
-SO_VERSION=0
+SO_VERSION=1
 SOX_posix=so
 SOX_darwin=dylib
 SOX_mingw=dll