diff options
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 7 insertions, 1 deletions
@@ -1,3 +1,9 @@ +2017-01-27: Matthias P. Braendli <matthias@mpb.li> + (v2.0.1): + Increase internal VLC input buffers to fix interruptions + occurring with some AAC streams. + Fix compilation on some systems. + Check for the correct version of FDK-AAC in the configure phase. 2016-09-16: Matthias P. Braendli <matthias@mpb.li> (v2.0.0): The FDK-AAC-DABplus project was split in three repositories: diff --git a/configure.ac b/configure.ac index c35a47d..d6ff522 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ dnl -*- Autoconf -*- dnl Process this file with autoconf to produce a configure script. -AC_INIT([ODR-AudioEnc], [2.0.0], [http://opendigitalradio.org/]) +AC_INIT([ODR-AudioEnc], [2.0.1], [http://opendigitalradio.org/]) AC_CONFIG_AUX_DIR(.) AC_CONFIG_MACRO_DIR([m4]) AM_INIT_AUTOMAKE([tar-ustar foreign]) |