aboutsummaryrefslogtreecommitdiffstats
path: root/fdk-aac/README.md
blob: c114e87d04b579f9106f2b2252328997462a23f0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
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