summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorMartin Storsjo <martin@martin.st>2014-11-04 10:25:37 +0200
committerMartin Storsjo <martin@martin.st>2014-11-07 09:33:28 +0200
commita0bfb7ee7c5372f846fe14a6eb7694294c35b062 (patch)
tree941055af37a5c4f78a0b791e48aeef95bbaec62a /configure.ac
parent63447a999319c91bc4a85be7f12d60bb9b817a94 (diff)
downloadfdk-aac-a0bfb7ee7c5372f846fe14a6eb7694294c35b062.tar.gz
fdk-aac-a0bfb7ee7c5372f846fe14a6eb7694294c35b062.tar.bz2
fdk-aac-a0bfb7ee7c5372f846fe14a6eb7694294c35b062.zip
Bump the shared library major number
The AAC_PCM_OUTPUT_CHANNELS option no longer exists under the same name nor enum value any longer, and the AUDIO_CHANNEL_TYPE enum has been changed in a way which may break users.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 6921e7b..121bd0e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -26,7 +26,7 @@ AC_SEARCH_LIBS([sin], [m])
dnl soname version to use
dnl goes by ‘current[:revision[:age]]’ with the soname ending up as
dnl current.age.revision
-FDK_AAC_VERSION=0:4:0
+FDK_AAC_VERSION=1:0:0
AS_IF([test x$enable_shared = xyes], [LIBS_PRIVATE=$LIBS], [LIBS_PUBLIC=$LIBS])
AC_SUBST(FDK_AAC_VERSION)