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.
This commit is contained in:
wm4 2014-02-13 13:26:46 +01:00
parent 20fa191adb
commit adfda51e8a
1 changed files with 1 additions and 1 deletions

View File

@ -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',