From 0d8aab2bd9b1b873042e84de08734d6926df7b61 Mon Sep 17 00:00:00 2001 From: phintuka Date: Tue, 28 Oct 2008 10:37:03 +0000 Subject: Build system upgrade: HAVE_EXTRACTOR_H -> HAVE_LIBEXTRACTOR --- tools/metainfo_menu.c | 6 +++--- tools/playlist.c | 10 +++++----- 2 files changed, 8 insertions(+), 8 deletions(-) (limited to 'tools') diff --git a/tools/metainfo_menu.c b/tools/metainfo_menu.c index 746da1fe..b08f8323 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.5 2008-10-28 10:37:03 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(); diff --git a/tools/playlist.c b/tools/playlist.c index 1e2d4b80..8f38a8b5 100644 --- a/tools/playlist.c +++ b/tools/playlist.c @@ -4,18 +4,18 @@ * See the main source file 'xineliboutput.c' for copyright information and * how to reach the author. * - * $Id: playlist.c,v 1.18 2008-07-14 07:57:24 phintuka Exp $ + * $Id: playlist.c,v 1.19 2008-10-28 10:37:02 phintuka Exp $ * */ #include -#ifdef HAVE_EXTRACTOR_H +#ifdef HAVE_LIBEXTRACTOR # include // libextractor 0.5.20 (2008-03-20) adds support for track numbers # if EXTRACTOR_VERSION < 0x00052000 # warning libextractor version too old (0.5.20 required for track numbers) -# undef HAVE_EXTRACTOR_H +# undef HAVE_LIBEXTRACTOR # endif #endif @@ -107,7 +107,7 @@ int cPlaylistItem::Compare(const cListObject &ListObject) const // cID3Scanner // -#ifndef HAVE_EXTRACTOR_H +#ifndef HAVE_LIBEXTRACTOR static const char *shell_escape(char *buf, int buflen, const cString& src, char ch) { const char *pt = *src; @@ -161,7 +161,7 @@ class cID3Scanner : public cThread if(xc.IsAudioFile(Item->Filename)) { LOGDBG("Scanning metainfo for file %s", *Item->Filename); -#ifdef HAVE_EXTRACTOR_H +#ifdef HAVE_LIBEXTRACTOR EXTRACTOR_ExtractorList * plugins; EXTRACTOR_KeywordList * md_list; plugins = EXTRACTOR_loadDefaultLibraries(); -- cgit v1.2.3