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. --- old-configure | 3 --- 1 file changed, 3 deletions(-) (limited to 'old-configure') diff --git a/old-configure b/old-configure index 9c41574c4d..fe887afc3e 100755 --- a/old-configure +++ b/old-configure @@ -187,7 +187,6 @@ options_state_machine() { opt_yes_no _ffmpeg "skip FFmpeg/Libav autodetection" opt_yes_no _ladspa "LADSPA plugin support" opt_yes_no _libbs2b "libbs2b audio filter support" - opt_yes_no _mpg123 " libmpg123 MP3 decoding support" opt_yes_no _libavresample "libavresample (preferred over libswresample)" opt_yes_no _libswresample "libswresample" opt_yes_no _caca "CACA video output" @@ -737,8 +736,6 @@ check_pkg_config "ENCA" $_enca ENCA 'enca' check_pkg_config "zlib" auto ZLIB 'zlib' test $(defretval) = no && die "Unable to find development files for zlib." -check_pkg_config "mpg123 support" $_mpg123 MPG123 'libmpg123 >= 1.14.0' - test "$_dl" = no && _ladspa=no check_statement_libs "LADSPA plugin support" $_ladspa LADSPA ladspa.h 'LADSPA_Descriptor ld = {0}' -- cgit v1.2.3