android/build.py: disable libmad

Let FFmpeg do the MP3 decoding.  See commit
a4de96508d
This commit is contained in:
Max Kellermann 2018-02-24 10:52:40 +01:00
parent 139a4054c5
commit 53f5d4c710
1 changed files with 0 additions and 1 deletions

View File

@ -124,7 +124,6 @@ thirdparty_libs = [
opus,
flac,
libid3tag,
libmad,
ffmpeg,
curl,
libnfs,