Skip to content

Commit

Permalink
Update soname for the opusfile 0.9 release.
Browse files Browse the repository at this point in the history
The return type of op_serialno changed from ogg_uint32
to opus_uint32, but those types should be abi compatible.
  • Loading branch information
rillian committed Aug 2, 2017
1 parent 5f884d4 commit d9bbf20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ dnl - interfaces added -> increment AGE
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)
Expand Down

0 comments on commit d9bbf20

Please sign in to comment.