From 26b8e06374c71e42be86694f5d5c4ee920ae4d26 Mon Sep 17 00:00:00 2001 From: Alex Bennee Date: Wed, 14 Jul 2010 16:01:16 +0100 Subject: EasyTag 2.1.4 --- config.h.mingw | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) mode change 100755 => 100644 config.h.mingw (limited to 'config.h.mingw') diff --git a/config.h.mingw b/config.h.mingw old mode 100755 new mode 100644 index 27046e8..48f0ce0 --- a/config.h.mingw +++ b/config.h.mingw @@ -337,11 +337,13 @@ /* Define if you have the resolv library (-lresolv). */ /* #undef HAVE_LIBRESOLV */ + + /* Name of package */ #define PACKAGE "easytag" /* Version number of package */ -#define VERSION "2.1.3" +#define VERSION "2.1.4" /* Define if you have the iconv() function. */ /* #undef HAVE_ICONV */ @@ -375,10 +377,10 @@ #define HAVE_NSS 1 /*#define HAVE_GNUTLS 1*/ + /* - * Following are added for Win32 version of Gaim + * Following are added for Win32 version of EasyTAG */ - #define HAVE_VSNPRINTF #define ENABLE_ID3LIB 1 @@ -408,8 +410,12 @@ /* Define to 1 if you have the `vorbisfile' library (-lvorbisfile). */ #define HAVE_LIBVORBISFILE 1 +/* Define for Ogg Vorbis support */ #define ENABLE_OGG 1 +/* Define for Speex support (-lspeex) */ +#define ENABLE_SPEEX 1 + /* Define for FLAC support */ #define ENABLE_FLAC 1 @@ -425,4 +431,7 @@ /* Define to 1 if you have the `mp4v2' library (-lmp4v2). */ #define HAVE_LIBMP4V2 1 +/* Define for MP4 libmp4v2 >= 1.6 */ +#define NEW_MP4 1 + #define HAVE_GLIB_H 1 -- cgit v1.2.3