From 5f1b155307685b908d86c85a013215b3375d591b Mon Sep 17 00:00:00 2001 From: wm4 Date: Thu, 13 Feb 2014 13:26:46 +0100 Subject: build: bump libmpg123 version The minimum required version was bumped in the old configure script, but for the waf build system is was somehow forgotten or overlooked. Probably happened while the waf build system was developed in a separate branch. Closes #546. --- wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wscript b/wscript index 6a1adae6e6..6364400818 100644 --- a/wscript +++ b/wscript @@ -289,7 +289,7 @@ If you really mean to compile without libass support use --disable-libass." }, { 'name': '--mpg123', 'desc': 'mpg123 support', - 'func': check_pkg_config('libmpg123', '>= 1.2.0'), + 'func': check_pkg_config('libmpg123', '>= 1.14.0'), }, { 'name': '--ladspa', 'desc': 'LADSPA plugin support', -- cgit v1.2.3