Skip to content

Commit d9bbf20

Browse files
committed
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.
1 parent 5f884d4 commit d9bbf20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ dnl - interfaces added -> increment AGE
3434
dnl - interfaces removed -> AGE = 0
3535

3636
OP_LT_CURRENT=4
37-
OP_LT_REVISION=1
37+
OP_LT_REVISION=2
3838
OP_LT_AGE=4
3939

4040
AC_SUBST(OP_LT_CURRENT)

0 commit comments

Comments
 (0)