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
1 changed files with 2 additions and 2 deletions

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,