summaryrefslogtreecommitdiff
path: root/tools/metainfo_menu.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/metainfo_menu.c')
-rw-r--r--tools/metainfo_menu.c6
1 files 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 <extractor.h>
#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();