mirror of https://github.com/mstorsjo/fdk-aac.git
Bump the version number, add a changelog entry
This commit is contained in:
parent
59ff381ee4
commit
f6aebfd487
|
@ -1,3 +1,7 @@
|
||||||
|
0.1.2
|
||||||
|
- Fix a few more crashes
|
||||||
|
- Include dependency libs (such as -lm) in the pkg-config file
|
||||||
|
|
||||||
0.1.1
|
0.1.1
|
||||||
- Updated to a new upstream version from Android 4.2, fixing a lot of crashes
|
- Updated to a new upstream version from Android 4.2, fixing a lot of crashes
|
||||||
- Cleanup of autotools usage
|
- Cleanup of autotools usage
|
||||||
|
|
|
@ -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.1], [http://sourceforge.net/projects/opencore-amr/])
|
AC_INIT([fdk-aac], [0.1.2], [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_CHECK_LIB([m], [sin])
|
||||||
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=0:2:0
|
FDK_AAC_VERSION=0:3: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