mstorsjo / fdk-aac

A standalone library of the Fraunhofer FDK AAC code from Android.

Home Page:https://sourceforge.net/projects/opencore-amr/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

how to install this

Merlincool opened this issue · comments

I did not found any steps to use this, I have git clone this in my ubuntu

apt install build-essential autoconf automake libtool
#you can also use mingw-w64 or other compilers, cmake or other tools as you want

git clone https://github.com/mstorsjo/fdk-aac.git
cd fdk-aac
autoreconf -i
make
sudo make install
cd ..

I have to do ./configure before make