nu774 / fdkaac

command line encoder frontend for libfdk-aac
Other
260 stars 58 forks source link

Windows build_fdkaac.bat fails #36

Open FredThompsonII opened 5 years ago

FredThompsonII commented 5 years ago

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?

nkh0472 commented 3 years ago

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.