python/build/libs.py: add libmpdclient

This commit is contained in:
Max Kellermann
2018-02-24 22:59:33 +01:00
parent 786ac87b76
commit 62127bbb12
4 changed files with 11 additions and 0 deletions
NEWS
android
python/build
win32

@ -138,6 +138,7 @@ class AndroidNdkToolchain:
# a list of third-party libraries to be used by MPD on Android
from build.libs import *
thirdparty_libs = [
libmpdclient,
libogg,
libvorbis,
opus,