~ubuntu-branches/ubuntu/trusty/vdr-plugin-xineliboutput/trusty-proposed

« back to all changes in this revision

Viewing changes to tools/metainfo_menu.c

  • Committer: Bazaar Package Importer
  • Author(s): Tobias Grimm
  • Date: 2010-05-02 15:19:11 UTC
  • mfrom: (1.2.1 upstream) (3.1.6 sid)
  • Revision ID: james.westby@ubuntu.com-20100502151911-76o36blrqp5jjsgb
Tags: 1.0.6~cvs20100502.0851-1
* New Upstream Snapshot
* source/format 1.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
 * See the main source file 'xineliboutput.c' for copyright information and
5
5
 * how to reach the author.
6
6
 *
7
 
 * $Id: metainfo_menu.c,v 1.8 2009/08/18 10:35:45 phintuka Exp $
 
7
 * $Id: metainfo_menu.c,v 1.5.2.2 2010/02/28 09:44:45 phintuka Exp $
8
8
 *
9
9
 */
10
10
 
11
 
#include "../features.h"
12
 
 
13
11
#ifdef HAVE_LIBEXTRACTOR
14
12
# include <extractor.h>
15
13
#endif
16
14
 
17
15
#include <vdr/status.h>
18
 
#include <vdr/i18n.h>
19
16
 
 
17
#include "../i18n.h"
20
18
#include "../config.h"
21
19
 
22
20
#include "metainfo_menu.h"
23
21
 
 
22
#if defined(HAVE_LIBEXTRACTOR) && EXTRACTOR_VERSION >= 0x00060000
 
23
#  undef HAVE_LIBEXTRACTOR
 
24
#  warning metainfo menu: libextractor 0.6.0 API not supported
 
25
#endif
24
26
 
25
27
//
26
28
// cMetainfoMenu