fdkaac icon indicating copy to clipboard operation
fdkaac copied to clipboard

Windows build_fdkaac.bat fails

Open FredThompsonII opened this issue 7 years ago • 1 comments

wget --no-check-certificate https://github.com/nu774/fdkaac/archive/master.zip -O fdkaac-master.zip

doesn't always run but it's easy to download the file directly.

make install && popd && rd /s /q fdkaac-master

fails with this messgage

make: *** no rule to make target 'install'. Stop.

OK, how to fix this line?

FredThompsonII avatar Jan 31 '19 18:01 FredThompsonII

Maybe you need a autoreconf -i and a ./configure before make? You can use this tool: https://github.com/kekyo/fdk-aac-win32-builder to build it under Windows.

nkh0472 avatar Jun 17 '21 08:06 nkh0472