From 5bbaf0c9f170d1e18b4fd82da8685e11aa74811f Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Wed, 11 Nov 2009 16:43:34 +0100 Subject: decoder/flac: moved code to flac_compat.h --- src/decoder/flac_plugin.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/decoder/flac_plugin.c') diff --git a/src/decoder/flac_plugin.c b/src/decoder/flac_plugin.c index 3635a6743..f6a6cf39f 100644 --- a/src/decoder/flac_plugin.c +++ b/src/decoder/flac_plugin.c @@ -19,8 +19,13 @@ #include "config.h" /* must be first for large file support */ #include "_flac_common.h" +#include "flac_compat.h" #include "flac_metadata.h" +#if defined(FLAC_API_VERSION_CURRENT) && FLAC_API_VERSION_CURRENT > 7 +#include "_ogg_common.h" +#endif + #include #include -- cgit v1.2.3