summaryrefslogtreecommitdiff
path: root/android
diff options
context:
space:
mode:
authorMax Kellermann <max@musicpd.org>2018-02-24 10:52:40 +0100
committerMax Kellermann <max@musicpd.org>2018-02-24 10:52:40 +0100
commit53f5d4c7107d65d691288aee26d17eda7b59f48a (patch)
treee0ed3ec531dd1c80dc8b1da77b864936fabf9a05 /android
parent139a4054c55d0a7d8e9d33c307529afb51b005e0 (diff)
android/build.py: disable libmad
Let FFmpeg do the MP3 decoding. See commit a4de96508d7d74b66d7c2a22983b682d95b625eb
Diffstat (limited to 'android')
-rwxr-xr-xandroid/build.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/android/build.py b/android/build.py
index 43261152d..4c4f77ae7 100755
--- a/android/build.py
+++ b/android/build.py
@@ -124,7 +124,6 @@ thirdparty_libs = [
opus,
flac,
libid3tag,
- libmad,
ffmpeg,
curl,
libnfs,