summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-12-16 06:12:46 +0100
committerwm4 <wm4@nowhere>2014-12-16 06:12:46 +0100
commit161bdbdb7af74396f8267a97cd8c78021ef1d0ae (patch)
tree630bfc15adf989b51f22baa36db2d5c62b8d33ec
parentf81748c4e46b76c0a2c3697cf0253493d3558bd7 (diff)
downloadmpv-161bdbdb7af74396f8267a97cd8c78021ef1d0ae.tar.bz2
mpv-161bdbdb7af74396f8267a97cd8c78021ef1d0ae.tar.xz
build: require alsa libs not older than 6 years
Some IEC958 flags we use have been introduced in 2008, which makes compilation fail on older systems.
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index 6d1829c807..7eab4f5b18 100644
--- a/wscript
+++ b/wscript
@@ -534,7 +534,7 @@ audio_output_features = [
}, {
'name': '--alsa',
'desc': 'ALSA audio output',
- 'func': check_pkg_config('alsa'),
+ 'func': check_pkg_config('alsa >= 1.0.18'),
}, {
'name': '--coreaudio',
'desc': 'CoreAudio audio output',