aboutsummaryrefslogtreecommitdiffstats
path: root/fdk-aac/README.md
diff options
context:
space:
mode:
authorMatthias P. Braendli <matthias.braendli@mpb.li>2021-06-01 14:42:00 +0200
committerMatthias P. Braendli <matthias.braendli@mpb.li>2021-06-01 14:42:00 +0200
commite0835d4cbde8e3b61b0c965afcd41f8f4b7ac121 (patch)
treef49619fc806249da71afaf2ac14f99e088d24153 /fdk-aac/README.md
parent5ad4acef6721a67b8156cd6f7b45ad59849ca09b (diff)
downloadODR-AudioEnc-e0835d4cbde8e3b61b0c965afcd41f8f4b7ac121.tar.gz
ODR-AudioEnc-e0835d4cbde8e3b61b0c965afcd41f8f4b7ac121.tar.bz2
ODR-AudioEnc-e0835d4cbde8e3b61b0c965afcd41f8f4b7ac121.zip
Update fdk to v2.0.2
Diffstat (limited to 'fdk-aac/README.md')
-rw-r--r--fdk-aac/README.md20
1 files changed, 20 insertions, 0 deletions
diff --git a/fdk-aac/README.md b/fdk-aac/README.md
index d427e96..c114e87 100644
--- a/fdk-aac/README.md
+++ b/fdk-aac/README.md
@@ -4,4 +4,24 @@ A patched version of fdk-aac with DAB+ support
This is a modified version of fdk-aac that supports the AOTs
required for DAB+ encoding.
+This library is a dependency for [ODR-AudioEnc](https://github.com/Opendigitalradio/ODR-AudioEnc)
+
See http://www.opendigitalradio.org for more
+
+Branches in this repository
+===========================
+
+The dabplus branch points to a version that builds `libfdk-aac.so.1`.
+The dabplus2 branch points to a version that builds `libfdk-aac.so.2`.
+
+Installation
+============
+
+Make sure you have installed git, build-essential and automake, otherwise install them with `sudo apt-get install git build-essential automake`.
+
+ $ git clone https://github.com/Opendigitalradio/fdk-aac.git
+ $ cd fdk-aac/
+ $ ./bootstrap
+ $ ./configure
+ $ make
+ $ sudo make install