Open Merlincool opened 3 years ago
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
I did not found any steps to use this, I have git clone this in my ubuntu