summaryrefslogtreecommitdiffstats
path: root/wscript
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-02-13 13:26:46 +0100
committerwm4 <wm4@nowhere>2014-02-13 13:30:30 +0100
commitadfda51e8a55a5c9d6c03fcfb4b9584cf99e47fb (patch)
tree17bdf52822ad3dcf5ce6d09c51a063c6448da21f /wscript
parent20fa191adb3784c853cd005745ca20d16cb906d9 (diff)
downloadmpv-adfda51e8a55a5c9d6c03fcfb4b9584cf99e47fb.tar.bz2
mpv-adfda51e8a55a5c9d6c03fcfb4b9584cf99e47fb.tar.xz
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.
Diffstat (limited to 'wscript')
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
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',