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:
parent
3b6e063599
commit
8f6eb196cd
2
wscript
2
wscript
@ -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',
|
||||||
|
Loading…
Reference in New Issue
Block a user