shithub: opusfile

Download patch

ref: d9bbf207f64f81cdbe0dfbd20cea5961fb1210a6
parent: 5f884d4f94add70cb2dfd5773b105a4d3c4553b6
author: Ralph Giles <giles@thaumas.net>
date: Wed Aug 2 10:38:51 EDT 2017

Update soname for the opusfile 0.9 release.

The return type of op_serialno changed from ogg_uint32
to opus_uint32, but those types should be abi compatible.

--- a/configure.ac
+++ b/configure.ac
@@ -34,7 +34,7 @@
 dnl - interfaces removed -> AGE = 0
 
 OP_LT_CURRENT=4
-OP_LT_REVISION=1
+OP_LT_REVISION=2
 OP_LT_AGE=4
 
 AC_SUBST(OP_LT_CURRENT)