From 1c03c721eae87077675ccafece4cf4b9fef0a1ac Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Tue, 26 Aug 2008 08:40:47 +0200 Subject: moved variable "dc" to decode.h Now that "dc" is available here, we don't have to pass it to decoder_is_idle() and decoder_is_starting() anymore. --- src/decoder_api.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/decoder_api.c') diff --git a/src/decoder_api.c b/src/decoder_api.c index 360df2820..6d8ce087a 100644 --- a/src/decoder_api.c +++ b/src/decoder_api.c @@ -19,6 +19,7 @@ #include "decoder_internal.h" #include "decoder_list.h" +#include "decode.h" #include "audio.h" #include "utils.h" -- cgit v1.2.3