From d5318e5e095f3ef831b5251b554ce790da3c40c7 Mon Sep 17 00:00:00 2001 From: wm4 Date: Tue, 24 Mar 2015 15:47:38 +0100 Subject: audio: remove internal libmpg123 wrapper We've been prefering the libavcodec mp3 decoder for half a year now. There is likely no benefit at all for using the libmpg123 one. It's just a maintenance burden, and tricks users into thinking it's a required dependency. --- wscript_build.py | 1 - 1 file changed, 1 deletion(-) (limited to 'wscript_build.py') diff --git a/wscript_build.py b/wscript_build.py index 952d0370e6..d78bb803ac 100644 --- a/wscript_build.py +++ b/wscript_build.py @@ -90,7 +90,6 @@ def build(ctx): ( "audio/format.c" ), ( "audio/mixer.c" ), ( "audio/decode/ad_lavc.c" ), - ( "audio/decode/ad_mpg123.c", "mpg123" ), ( "audio/decode/ad_spdif.c" ), ( "audio/decode/dec_audio.c" ), ( "audio/filter/af.c" ), -- cgit v1.2.3