diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2019-04-15 15:47:51 +0200 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2019-04-15 15:47:51 +0200 |
commit | bafe5616b88cc52f9f0ded6403a6b3ec68d8c27c (patch) | |
tree | 3ffb8d5b0f3134b401c3cf1704bcb55f3cfff553 | |
parent | a27b55b00348726578892242c872c3d9eeacb8d6 (diff) | |
download | fdk-aac-bafe5616b88cc52f9f0ded6403a6b3ec68d8c27c.tar.gz fdk-aac-bafe5616b88cc52f9f0ded6403a6b3ec68d8c27c.tar.bz2 fdk-aac-bafe5616b88cc52f9f0ded6403a6b3ec68d8c27c.zip |
Update README, describing branches
-rw-r--r-- | README.md | 12 |
1 files changed, 9 insertions, 3 deletions
@@ -4,18 +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 https://github.com/Opendigitalradio/ODR-AudioEnc/ +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, otherwise install it with `sudo apt-get install git` +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 + $ ./configure $ make $ sudo make install |