From 7770accee0db37b474e5862fdc4cb724a1096ec8 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 f3fe4d97e..c337193cb 100644 --- a/python/build/libs.py +++ b/python/build/libs.py @@ -46,19 +46,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',