diff options
author | Max Kellermann <max@musicpd.org> | 2018-02-24 10:52:40 +0100 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2018-02-24 10:52:40 +0100 |
commit | 53f5d4c7107d65d691288aee26d17eda7b59f48a (patch) | |
tree | e0ed3ec531dd1c80dc8b1da77b864936fabf9a05 /android | |
parent | 139a4054c55d0a7d8e9d33c307529afb51b005e0 (diff) |
android/build.py: disable libmad
Let FFmpeg do the MP3 decoding. See commit
a4de96508d7d74b66d7c2a22983b682d95b625eb
Diffstat (limited to 'android')
-rwxr-xr-x | android/build.py | 1 |
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, |