From beb5675dc34c23d76e6c53cee534379a5916a053 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Felix=20Paul=20K=C3=BChne?= Date: Sat, 16 Feb 2013 23:49:56 +0100 Subject: [PATCH] auhal: export System Sound Output Device as another choice if the user wants VLC to suit the default OS behavior --- modules/audio_output/auhal.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/audio_output/auhal.c b/modules/audio_output/auhal.c index 076da3c78c..a0419a0fa5 100644 --- a/modules/audio_output/auhal.c +++ b/modules/audio_output/auhal.c @@ -1039,6 +1039,8 @@ static void RebuildDeviceList(audio_output_t * p_aout) free(psz_name); } + add_device_to_list(p_aout, 0, _("System Sound Output Device")); + /* Attach a Listener so that we are notified of a change in the Device setup */ err = AudioObjectAddPropertyListener(kAudioObjectSystemObject, &audioDevicesAddress, HardwareListener, (void *)p_aout); if (err != noErr) -- 2.39.2