mirror of https://github.com/mpv-player/mpv
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:
parent
20fa191adb
commit
adfda51e8a
2
wscript
2
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',
|
||||
|
|
Loading…
Reference in New Issue