From 5a7719594e8d14c7362ced85e3220b63130251e3 Mon Sep 17 00:00:00 2001 From: wm4 Date: Wed, 7 Jan 2015 22:31:34 +0100 Subject: ao: remove coreaudio_exclusive from autoprobing list Apparently this was a mistake. --- audio/out/ao.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'audio/out') diff --git a/audio/out/ao.c b/audio/out/ao.c index 1590066c83..26cfde212e 100644 --- a/audio/out/ao.c +++ b/audio/out/ao.c @@ -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, -- cgit v1.2.3