~ubuntu-branches/ubuntu/karmic/flac/karmic

« back to all changes in this revision

Viewing changes to src/plugin_xmms/configure.h

  • Committer: Bazaar Package Importer
  • Author(s): Matt Zimmerman
  • Date: 2005-01-08 15:08:22 UTC
  • mto: (8.1.1 lenny)
  • mto: This revision was merged to the branch mainline in revision 4.
  • Revision ID: james.westby@ubuntu.com-20050108150822-yvinilrafylazcyv
Tags: upstream-1.1.1
ImportĀ upstreamĀ versionĀ 1.1.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/* libxmms-flac - XMMS FLAC input plugin
2
 
 * Copyright (C) 2002  Daisuke Shimamura
 
2
 * Copyright (C) 2002,2003,2004  Daisuke Shimamura
3
3
 *
4
4
 * Based on mpg123 plugin
5
5
 *
28
28
                gboolean tag_override;
29
29
                gchar *tag_format;
30
30
                gboolean convert_char_set;
31
 
                gchar *file_char_set;
32
31
                gchar *user_char_set;
33
32
        } title;
34
33