From adfda51e8a55a5c9d6c03fcfb4b9584cf99e47fb 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(-) (limited to 'wscript') diff --git a/wscript b/wscript index ce40fee6ed..de70718555 100644 --- a/wscript +++ b/wscript @@ -298,7 +298,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