1
0
mirror of https://github.com/mpv-player/mpv synced 2025-03-02 04:11:03 +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', 'name': '--alsa',
'desc': 'ALSA audio output', 'desc': 'ALSA audio output',
'func': check_pkg_config('alsa'), 'func': check_pkg_config('alsa >= 1.0.18'),
}, { }, {
'name': '--coreaudio', 'name': '--coreaudio',
'desc': 'CoreAudio audio output', 'desc': 'CoreAudio audio output',