Commit b966edf7 authored by Martin Storsjo's avatar Martin Storsjo

Add a changelog entry for 0.1.1, bump the version numbers

parent ec5d9228
0.1.1
- Updated to a new upstream version from Android 4.2, fixing a lot of crashes
- Cleanup of autotools usage
- Make sure the shared library links to libm if necessary
- Performance improvements on x86
- Added support for WG4/DVD audio channel mappings
- Minimized the differences to upstream
- Added an example encoder tool
0.1.0 0.1.0
- Initial release of fdk-aac - Initial release of fdk-aac
- autotools based build system - autotools based build system
......
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.0], [http://sourceforge.net/projects/opencore-amr/]) AC_INIT([fdk-aac], [0.1.1], [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]) ...@@ -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:1:0 FDK_AAC_VERSION=0:2:0
AC_SUBST(FDK_AAC_VERSION) AC_SUBST(FDK_AAC_VERSION)
AC_CONFIG_FILES([Makefile AC_CONFIG_FILES([Makefile
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment