android/build.py: disable libmad
Let FFmpeg do the MP3 decoding. See commit
a4de96508d
This commit is contained in:
parent
139a4054c5
commit
53f5d4c710
|
@ -124,7 +124,6 @@ thirdparty_libs = [
|
|||
opus,
|
||||
flac,
|
||||
libid3tag,
|
||||
libmad,
|
||||
ffmpeg,
|
||||
curl,
|
||||
libnfs,
|
||||
|
|
Loading…
Reference in New Issue