[vlc-commits] audio_output/auhal: Name struct to fix compilation
Marvin Scholz
git at videolan.org
Mon Apr 30 14:50:36 CEST 2018
vlc | branch: master | Marvin Scholz <epirat07 at gmail.com> | Mon Apr 30 14:50:06 2018 +0200| [c9d0d0e77850b09fd1b1cf5c6fb0a533d0e2df85] | committer: Marvin Scholz
audio_output/auhal: Name struct to fix compilation
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=c9d0d0e77850b09fd1b1cf5c6fb0a533d0e2df85
---
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;
More information about the vlc-commits
mailing list