diff --git a/src/tags/vcedit.h b/src/tags/vcedit.h index f88d6c0..b9e01fc 100644 --- a/src/tags/vcedit.h +++ b/src/tags/vcedit.h @@ -22,25 +22,6 @@ #include "config.h" -#ifdef ENABLE_OGG - -#include <gio/gio.h> - -G_BEGIN_DECLS - -#include <ogg/ogg.h> -#include <vorbis/codec.h> - -#ifdef ENABLE_OPUS -#include <opus/opus.h> -#include <opus/opusfile.h> -#endif - -#ifdef ENABLE_SPEEX -#include <speex/speex.h> -#include <speex/speex_header.h> -#endif - /* Ogg Vorbis fields names in (most of) ASCII, excluding '=': * http://www.xiph.org/vorbis/doc/v-comment.html * @@ -95,6 +76,25 @@ G_BEGIN_DECLS #define ET_VORBIS_COMMENT_FIELD_COVER_ART_DESCRIPTION "COVERARTDESCRIPTION" #define ET_VORBIS_COMMENT_FIELD_METADATA_BLOCK_PICTURE "METADATA_BLOCK_PICTURE" +#ifdef ENABLE_OGG + +#include <gio/gio.h> + +G_BEGIN_DECLS + +#include <ogg/ogg.h> +#include <vorbis/codec.h> + +#ifdef ENABLE_OPUS +#include <opus/opus.h> +#include <opus/opusfile.h> +#endif + +#ifdef ENABLE_SPEEX +#include <speex/speex.h> +#include <speex/speex_header.h> +#endif + typedef enum { ET_OGG_KIND_VORBIS,