From 68075e250bd5b103ca9cf9e69097a229f2cb569c Mon Sep 17 00:00:00 2001 From: phintuka Date: Tue, 23 Feb 2010 18:43:00 +0000 Subject: Fixed compilation with libextractor 0.6.0. Note: metainfo menu has no libextractor 0.6.0 support yet ! --- tools/metainfo_menu.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/metainfo_menu.c b/tools/metainfo_menu.c index 4a31b18c..64558917 100644 --- a/tools/metainfo_menu.c +++ b/tools/metainfo_menu.c @@ -4,7 +4,7 @@ * See the main source file 'xineliboutput.c' for copyright information and * how to reach the author. * - * $Id: metainfo_menu.c,v 1.8 2009-08-18 10:35:45 phintuka Exp $ + * $Id: metainfo_menu.c,v 1.9 2010-02-23 18:43:00 phintuka Exp $ * */ @@ -21,6 +21,10 @@ #include "metainfo_menu.h" +#if defined(HAVE_LIBEXTRACTOR) && EXTRACTOR_VERSION >= 0x00060000 +# undef HAVE_LIBEXTRACTOR +# warning metainfo menu: libextractor 0.6.0 API not supported +#endif // // cMetainfoMenu -- cgit v1.2.3