From c9d0d0e77850b09fd1b1cf5c6fb0a533d0e2df85 Mon Sep 17 00:00:00 2001 From: Marvin Scholz Date: Mon, 30 Apr 2018 14:50:06 +0200 Subject: [PATCH] audio_output/auhal: Name struct to fix compilation --- modules/audio_output/auhal.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/audio_output/auhal.c b/modules/audio_output/auhal.c index 7d4b34a8c6..c35d6e5ac1 100644 --- a/modules/audio_output/auhal.c +++ b/modules/audio_output/auhal.c @@ -74,7 +74,7 @@ vlc_module_end () * This structure is part of the audio output thread descriptor. * It describes the CoreAudio specific properties of an output thread. *****************************************************************************/ -typedef struct +typedef struct aout_sys_t { struct aout_sys_common c; -- 2.11.4.GIT