~ubuntu-branches/ubuntu/vivid/mplayerplug-in/vivid

« back to all changes in this revision

Viewing changes to Source/plugin-setup.h

  • Committer: Bazaar Package Importer
  • Author(s): Ari Pollak
  • Date: 2006-08-06 14:28:57 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20060806142857-rti2h4zrt8yvqwka
Tags: 3.30-1
* New upstream release
* Apply patch from upstream to fix media playing when LIRC is enabled in
  mplayer

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
#include <ctype.h>
7
7
#include <stdio.h>
8
8
#include <unistd.h>
 
9
#include <strings.h>
9
10
 
10
11
#ifdef GTK_ENABLED
11
12
#include <gdk/gdkx.h>
13
14
#include <glib.h>
14
15
#endif
15
16
 
16
 
#ifdef GTK2_ENABLED
17
 
#include <glib/gprintf.h>
18
 
#endif
19
 
 
20
17
#ifdef GTK1_ENABLED
21
18
#include <gdk/gdk.h>
22
19
extern GMutex *gdk_threads_mutex;
88
85
#define ERROR_NOT_PLAYLIST              ERROR_NO_STREAM << 5
89
86
#define ERROR_FILE_NOT_FOUND            ERROR_NO_STREAM << 6
90
87
#define ERROR_PLAYLIST_EMPTY            ERROR_NO_STREAM << 7
 
88
#define ERROR_QUIT                      ERROR_NO_STREAM << 8
91
89
 
92
90
#define TRYAGAIN_FALSE                  0
93
91
#define TRYAGAIN_TRUE                   1