diff options
Diffstat (limited to 'src/inputPlugins/_ogg_common.c')
-rw-r--r-- | src/inputPlugins/_ogg_common.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/inputPlugins/_ogg_common.c b/src/inputPlugins/_ogg_common.c index 09fc60c5a..32df2eb9a 100644 --- a/src/inputPlugins/_ogg_common.c +++ b/src/inputPlugins/_ogg_common.c @@ -24,7 +24,8 @@ #include "_flac_common.h" #include "_ogg_common.h" -#if defined(HAVE_OGGFLAC) || defined(HAVE_OGGVORBIS) +#if defined(HAVE_OGGFLAC) || defined(HAVE_OGGVORBIS) || \ + (defined(FLAC_API_VERSION_CURRENT) && FLAC_API_VERSION_CURRENT > 7) #include "../utils.h" |