Re: Open Source Fraunhofer AAC Encoder (fdk-aac)
Reply #193 –
Fresh cross-compiled with mingw 8.2.0. x64 wasn't tested
BTW it easy to compile with msys2. Somthg like
pacman -Syu mingw-w64-i686-fdk-aac
autoreconf -i
./configure CFLAGS="-O3 -static"
make
strip --strip-unneeded fdkaac.exe