1
0
mirror of https://github.com/mpv-player/mpv synced 2025-02-21 15:27:00 +00: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 committed by Alessandro Ghedini
parent 3b6e063599
commit 8f6eb196cd

View File

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