python/build/libs: add LAME

Enable it in the Windows build script, closes #78.

LAME currently doesn't support Android:

 checking host system type... Invalid configuration `arm-linux-androideabi': system `androideabi' not recognized
This commit is contained in:
Max Kellermann
2017-07-19 20:26:11 +02:00
parent 07b06d76be
commit f633e6ca49
2 changed files with 12 additions and 0 deletions

View File

@@ -76,6 +76,7 @@ thirdparty_libs = [
flac,
zlib,
libid3tag,
liblame,
ffmpeg,
curl,
boost,