Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ cppunit.
A dependency is the FAAD2 library. (ubuntu: sudo apt-get install libfaad-dev, fedora: sudo dnf install faad2-devel)

It also depends on fdk-aac with DAB patches (fdk-aac-dab). You'll find it in
the eponymous subdirectory; build it using:
the eponymous subdirectory; build it using (you'll need the libtool, autoconf and automake tools installed as well):

$ cd fdk-aac-dab
$ ./bootstrap
Expand Down
1 change: 1 addition & 0 deletions fdk-aac-dab/bootstrap
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,6 @@ sed -i 's/\(FDK\([^ ]\)AAC\)/\1\2DAB/g' $files
mv fdk-aac.pc.in fdk-aac-dab.pc.in
mv fdk-aac.sym fdk-aac-dab.sym

( which aclocal autoreconf libtool ) > /dev/null || echo "aclocal, autoreconf or libtool unavailable. You need that to build."
autoreconf --install && \
echo "You can call ./configure now"