From 6e50031c49a86aaf09a91f94d2418faf5b4d48d0 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Fri, 22 Dec 2023 17:17:59 +0100 Subject: [PATCH] python/build/libs.py: remove libmad (unused) --- python/build/libs.py | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/python/build/libs.py b/python/build/libs.py index 43568670b..818d410b1 100644 --- a/python/build/libs.py +++ b/python/build/libs.py @@ -43,19 +43,6 @@ libid3tag = AutotoolsProject( } ) -libmad = AutotoolsProject( - 'ftp://ftp.mars.org/pub/mpeg/libmad-0.15.1b.tar.gz', - '1be543bc30c56fb6bea1d7bf6a64e66c', - 'lib/libmad.a', - [ - '--disable-shared', '--enable-static', - - # without this, libmad's configure.ac ignores -O* and -f* - '--disable-debugging', - ], - autogen=True, -) - libmodplug = AutotoolsProject( 'https://downloads.sourceforge.net/modplug-xmms/libmodplug/0.8.9.0/libmodplug-0.8.9.0.tar.gz', '457ca5a6c179656d66c01505c0d95fafaead4329b9dbaa0f997d00a3508ad9de',