summaryrefslogtreecommitdiff
path: root/win32
diff options
context:
space:
mode:
authorMax Kellermann <max@musicpd.org>2017-07-19 20:26:11 +0200
committerMax Kellermann <max@musicpd.org>2017-07-19 20:53:52 +0200
commitf633e6ca49381adb5cd94fa0114b062ea58c1c94 (patch)
tree64b2b9e7a8e1983bd034d78d5d1fc17faf455509 /win32
parent07b06d76be716fa82f18c7949c00f92208962d6a (diff)
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
Diffstat (limited to 'win32')
-rwxr-xr-xwin32/build.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/win32/build.py b/win32/build.py
index 037d8088e..c6dd7005e 100755
--- a/win32/build.py
+++ b/win32/build.py
@@ -76,6 +76,7 @@ thirdparty_libs = [
flac,
zlib,
libid3tag,
+ liblame,
ffmpeg,
curl,
boost,