aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias P. Braendli <matthias.braendli@mpb.li>2014-03-09 19:01:07 +0100
committerMatthias P. Braendli <matthias.braendli@mpb.li>2014-03-09 19:04:38 +0100
commitd7d66eb96acd5c45376e38a5c2e231d5fd37274f (patch)
treeb6ea1568e1408ef3ba2183114a661502556390db
parent7b59e9865f030c0d2dfd1cca0f303013654e2111 (diff)
downloadODR-AudioEnc-d7d66eb96acd5c45376e38a5c2e231d5fd37274f.tar.gz
ODR-AudioEnc-d7d66eb96acd5c45376e38a5c2e231d5fd37274f.tar.bz2
ODR-AudioEnc-d7d66eb96acd5c45376e38a5c2e231d5fd37274f.zip
Prepare v0.2.0v0.2.0
-rw-r--r--ChangeLog8
-rw-r--r--Makefile.am2
-rw-r--r--configure.ac2
3 files changed, 11 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 1676972..d1eff6e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2014-03-09: Matthias P. Braendli <matthias@mpb.li>
+ (v0.2.0):
+ Rename all tools in a consistent way and tidy
+ them up.
+ Add the alsa input with optional drift compensation
+ Add MOT Slideshow and PAD code from CSP.it
+ Add new descriptions and scenarios to the README
+
2014-02-11: Matthias P. Braendli <matthias@mpb.li>
(v0.1.0):
Initial release of fdk-aac-dabplus, based on
diff --git a/Makefile.am b/Makefile.am
index 9e2e164..459e61d 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -44,6 +44,7 @@ dabplus_enc_file_SOURCES = src/dabplus-enc-file.c \
dabplus_enc_file_zmq_LDADD = libfdk-aac.la -lfec -lzmq
dabplus_enc_file_zmq_SOURCES = src/dabplus-enc-file-zmq.c \
src/wavreader.c \
+ contrib/lib_crc.h \
contrib/lib_crc.c
dabplus_enc_alsa_zmq_LDFLAGS = -no-install
@@ -59,6 +60,7 @@ dabplus_enc_alsa_zmq_SOURCES = src/AlsaDabplus.cpp \
mot_encoder_CFLAGS = @MAGICKWAND_CFLAGS@ -Icontrib
mot_encoder_LDADD = @MAGICKWAND_LDADD@
mot_encoder_SOURCES = src/mot-encoder.c \
+ contrib/lib_crc.h \
contrib/lib_crc.c
bin_PROGRAMS = dabplus-enc-file$(EXEEXT) \
diff --git a/configure.ac b/configure.ac
index fb2314d..ac126ef 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([fdk-aac-dabplus], [0.1.0], [http://opendigitalradio.org/])
+AC_INIT([fdk-aac-dabplus], [0.2.0], [http://opendigitalradio.org/])
AC_CONFIG_AUX_DIR(.)
AC_CONFIG_MACRO_DIR([m4])
AM_INIT_AUTOMAKE([tar-ustar foreign])