mirror of
https://github.com/mpv-player/mpv
synced 2025-01-02 04:42:10 +00:00
ao: remove coreaudio_exclusive from autoprobing list
Apparently this was a mistake.
This commit is contained in:
parent
dc2d0539c7
commit
5a7719594e
@ -85,11 +85,11 @@ static const struct ao_driver * const audio_out_drivers[] = {
|
||||
#if HAVE_SNDIO
|
||||
&audio_out_sndio,
|
||||
#endif
|
||||
&audio_out_null,
|
||||
// should not be auto-selected:
|
||||
#if HAVE_COREAUDIO
|
||||
&audio_out_coreaudio_exclusive,
|
||||
#endif
|
||||
&audio_out_null,
|
||||
// should not be auto-selected:
|
||||
&audio_out_pcm,
|
||||
#if HAVE_ENCODING
|
||||
&audio_out_lavc,
|
||||
|
Loading…
Reference in New Issue
Block a user