From 012ec439d35d2bdfaa40426e61240ea2c0ab1fdc Mon Sep 17 00:00:00 2001 From: phintuka Date: Tue, 9 Jun 2009 11:52:00 +0000 Subject: Merge from trunk: HAVE_EXTRACTOR_H -> HAVE_LIBEXTRACTOR --- tools/metainfo_menu.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tools/metainfo_menu.c b/tools/metainfo_menu.c index 746da1fe..99120009 100644 --- a/tools/metainfo_menu.c +++ b/tools/metainfo_menu.c @@ -4,11 +4,11 @@ * See the main source file 'xineliboutput.c' for copyright information and * how to reach the author. * - * $Id: metainfo_menu.c,v 1.4 2008-05-22 10:44:23 phintuka Exp $ + * $Id: metainfo_menu.c,v 1.4.2.1 2009-06-09 11:52:00 phintuka Exp $ * */ -#ifdef HAVE_EXTRACTOR_H +#ifdef HAVE_LIBEXTRACTOR # include #endif @@ -42,7 +42,7 @@ void cMetainfoMenu::Display(void) char metadata[4096]; metadata[0] = 0; -#ifdef HAVE_EXTRACTOR_H +#ifdef HAVE_LIBEXTRACTOR EXTRACTOR_ExtractorList * plugins; EXTRACTOR_KeywordList * md_list; plugins = EXTRACTOR_loadDefaultLibraries(); -- cgit v1.2.3