From 78a537ee488821caa3f15ce295e57234630ae16b Mon Sep 17 00:00:00 2001 From: lllucius Date: Sun, 17 Apr 2011 18:11:29 +0000 Subject: [PATCH] Release builds fail if USE_LIBLRDF is defined...weird... --- win/configwin.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/win/configwin.h b/win/configwin.h index fdf2e517b..7ac939704 100644 --- a/win/configwin.h +++ b/win/configwin.h @@ -19,7 +19,7 @@ #define USE_LADSPA 1 #define USE_LIBFLAC 1 #define USE_LIBID3TAG 1 -#define USE_LIBLRDF 1 +// #define USE_LIBLRDF 1 #define USE_LIBMAD 1 #define USE_LIBRESAMPLE 1 #undef USE_LIBSAMPLERATE