From 41f2b26d11e81095a0d8d370480e0d2459208070 Mon Sep 17 00:00:00 2001 From: wm4 Date: Fri, 7 Mar 2014 15:24:32 +0100 Subject: audio/out: make ao struct opaque We want to move the AO to its own thread. There's no technical reason for making the ao struct opaque to do this. But it helps us sleep at night, because we can control access to shared state better. --- audio/out/ao_sdl.c | 1 + 1 file changed, 1 insertion(+) (limited to 'audio/out/ao_sdl.c') diff --git a/audio/out/ao_sdl.c b/audio/out/ao_sdl.c index ac1fd6febb..acb959b101 100644 --- a/audio/out/ao_sdl.c +++ b/audio/out/ao_sdl.c @@ -23,6 +23,7 @@ #include "audio/format.h" #include "talloc.h" #include "ao.h" +#include "internal.h" #include "common/msg.h" #include "options/m_option.h" #include "osdep/timer.h" -- cgit v1.2.3