0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 03:52:22 +02:00

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.
This commit is contained in:
wm4 2014-12-16 06:12:46 +01:00
parent f81748c4e4
commit 161bdbdb7a

View File

@ -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',