From a94845ee00d3107af7ffbe89bf1ec46380ae24ff Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Tue, 26 Aug 2008 08:41:05 +0200 Subject: moved global variable "ob" to outputBuffer.h This releases several include file dependencies. As a side effect, "CHUNK_SIZE" isn't defined by decoder_api.h anymore, so we have to define it directly in the plugins which need it. It just isn't worth it to add it to the decoder plugin API. --- 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 6d8ce087a..f6119aa02 100644 --- a/src/decoder_api.c +++ b/src/decoder_api.c @@ -25,6 +25,7 @@ #include "utils.h" #include "normalize.h" #include "playerData.h" +#include "outputBuffer.h" #include "gcc.h" void decoder_plugin_register(struct decoder_plugin *plugin) -- cgit v1.2.3