summaryrefslogtreecommitdiffstats
path: root/wscript
diff options
context:
space:
mode:
Diffstat (limited to 'wscript')
-rw-r--r--wscript4
1 files changed, 0 insertions, 4 deletions
diff --git a/wscript b/wscript
index 69379349e0..cce891b637 100644
--- a/wscript
+++ b/wscript
@@ -339,10 +339,6 @@ iconv support use --disable-iconv.",
'desc': 'ENCA support',
'func': check_statement('enca.h', 'enca_get_languages(NULL)', lib='enca'),
}, {
- 'name': '--mpg123',
- 'desc': 'mpg123 support',
- 'func': check_pkg_config('libmpg123', '>= 1.14.0'),
- }, {
'name': '--ladspa',
'desc': 'LADSPA plugin support',
'func': check_statement('ladspa.h', 'LADSPA_Descriptor ld = {0}'),