diff options
author | wm4 <wm4@nowhere> | 2015-03-24 15:47:38 +0100 |
---|---|---|
committer | wm4 <wm4@nowhere> | 2015-03-24 16:04:44 +0100 |
commit | d5318e5e095f3ef831b5251b554ce790da3c40c7 (patch) | |
tree | f97de483d26bdd5699fec3de380559bc61fb3302 /old-configure | |
parent | 170a2e056826c9fdabbf3acdf165a17469560e7d (diff) |
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.
Diffstat (limited to 'old-configure')
-rwxr-xr-x | old-configure | 3 |
1 files changed, 0 insertions, 3 deletions
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}' |