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

ao: remove coreaudio_exclusive from autoprobing list

Apparently this was a mistake.
This commit is contained in:
wm4 2015-01-07 22:31:34 +01:00
parent dc2d0539c7
commit 5a7719594e

View File

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