summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-12-16 06:12:46 +0100
committerAlessandro Ghedini <alessandro@ghedini.me>2014-12-17 20:12:44 +0100
commit8f6eb196cdc3a7166ffc40d0134f420fb221f7eb (patch)
tree668b19eabe2cdec9e2f7b93e8ef1e1c3c6f854e8
parent3b6e063599f808ef5000a4d4e094d76c338b8de8 (diff)
downloadmpv-8f6eb196cdc3a7166ffc40d0134f420fb221f7eb.tar.bz2
mpv-8f6eb196cdc3a7166ffc40d0134f420fb221f7eb.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 7e82038aee..2813ecb8a4 100644
--- a/wscript
+++ b/wscript
@@ -539,7 +539,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',