From 554c708450dd5008c310902f67702b9727b944d3 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Tue, 26 Aug 2008 08:27:06 +0200 Subject: moved struct AudioFormat to audio_format.h We want to expose the AudioFormat structure to plugins; remove some clutter by moving its declaration to a separate header file. --- src/audioOutput.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/audioOutput.c') diff --git a/src/audioOutput.c b/src/audioOutput.c index ff5efabc9..24779a04d 100644 --- a/src/audioOutput.c +++ b/src/audioOutput.c @@ -22,6 +22,7 @@ #include "log.h" #include "pcm_utils.h" #include "os_compat.h" +#include "audio.h" #define AUDIO_OUTPUT_TYPE "type" #define AUDIO_OUTPUT_NAME "name" -- cgit v1.2.3