SFTtech / openage

Free (as in freedom) open source clone of the Age of Empires II engine 🚀
http://openage.dev
Other
12.63k stars 1.11k forks source link

Check for oggenc in ./configure #460

Closed d33tah closed 8 years ago

d33tah commented 8 years ago

I just ran ./run, tried to convert my AoE assets and got an error complaining about lack of oggenc. IMHO ./configure should check for that.

TheJJ commented 8 years ago

oggenc? do you mean opusenc?

It should already check for that here: https://github.com/SFTtech/openage/blob/master/buildsystem/CheckRuntimeDependencies.cmake#L11

d33tah commented 8 years ago

Yes, opusenc, you're right. Anyway, apparently ./configure didn't crash.