blob: 99fe808d7cf7364543531237c51225beba47fa14 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
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/
See http://www.opendigitalradio.org for more
Installation
============
Make sure you have installed git, otherwise install it with `sudo apt-get install git`
$ git clone https://github.com/Opendigitalradio/fdk-aac.git
$ cd fdk-aac/
$ ./bootstrap
$ ./configure
$ make
$ sudo make install
|