summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-02-13 13:26:46 +0100
committerwm4 <wm4@nowhere>2014-03-11 00:04:10 +0100
commit5f1b155307685b908d86c85a013215b3375d591b (patch)
tree8e0b42b852979e7c6a16fbd4e24a284f132f9df7
parent241cbe50655149ac770d81a559be7e6fa8fac8d4 (diff)
downloadmpv-5f1b155307685b908d86c85a013215b3375d591b.tar.bz2
mpv-5f1b155307685b908d86c85a013215b3375d591b.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.
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
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',