mirror of https://github.com/mstorsjo/fdk-aac.git
Bump the versions and add a changelog entry for v0.1.6
This commit is contained in:
parent
5891b75b31
commit
a30bfced6b
|
@ -1,3 +1,7 @@
|
||||||
|
0.1.6
|
||||||
|
- Lots of minor assorted crash/fuzz fixes, mostly for the decoder but
|
||||||
|
also some for the encoder
|
||||||
|
|
||||||
0.1.5
|
0.1.5
|
||||||
- Updated upstream sources
|
- Updated upstream sources
|
||||||
- Fixed building with GCC 3.3 and 3.4
|
- Fixed building with GCC 3.3 and 3.4
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
dnl -*- Autoconf -*-
|
dnl -*- Autoconf -*-
|
||||||
dnl Process this file with autoconf to produce a configure script.
|
dnl Process this file with autoconf to produce a configure script.
|
||||||
|
|
||||||
AC_INIT([fdk-aac], [0.1.5], [http://sourceforge.net/projects/opencore-amr/])
|
AC_INIT([fdk-aac], [0.1.6], [http://sourceforge.net/projects/opencore-amr/])
|
||||||
AC_CONFIG_AUX_DIR(.)
|
AC_CONFIG_AUX_DIR(.)
|
||||||
AC_CONFIG_MACRO_DIR([m4])
|
AC_CONFIG_MACRO_DIR([m4])
|
||||||
AM_INIT_AUTOMAKE([tar-ustar foreign])
|
AM_INIT_AUTOMAKE([tar-ustar foreign])
|
||||||
|
@ -26,7 +26,7 @@ AC_SEARCH_LIBS([sin], [m])
|
||||||
dnl soname version to use
|
dnl soname version to use
|
||||||
dnl goes by ‘current[:revision[:age]]’ with the soname ending up as
|
dnl goes by ‘current[:revision[:age]]’ with the soname ending up as
|
||||||
dnl current.age.revision
|
dnl current.age.revision
|
||||||
FDK_AAC_VERSION=1:0:0
|
FDK_AAC_VERSION=1:1:0
|
||||||
|
|
||||||
AS_IF([test x$enable_shared = xyes], [LIBS_PRIVATE=$LIBS], [LIBS_PUBLIC=$LIBS])
|
AS_IF([test x$enable_shared = xyes], [LIBS_PRIVATE=$LIBS], [LIBS_PUBLIC=$LIBS])
|
||||||
AC_SUBST(FDK_AAC_VERSION)
|
AC_SUBST(FDK_AAC_VERSION)
|
||||||
|
|
Loading…
Reference in New Issue