From 0c427078c8e7b5b0c5d8333c3e620948f49dadea Mon Sep 17 00:00:00 2001 From: Bastien Nocera Date: Mon, 13 Jan 2003 20:10:23 +0000 Subject: - fix build with the plugin now in the xine-lib tree itself CVS patchset: 3904 CVS date: 2003/01/13 20:10:23 --- src/input/input_gnome_vfs.c | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/input/input_gnome_vfs.c b/src/input/input_gnome_vfs.c index 8d6697d7e..ff45b2d4e 100644 --- a/src/input/input_gnome_vfs.c +++ b/src/input/input_gnome_vfs.c @@ -18,7 +18,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: input_gnome_vfs.c,v 1.1 2003/01/13 12:38:08 hadess Exp $ + * $Id: input_gnome_vfs.c,v 1.2 2003/01/13 20:10:23 hadess Exp $ */ @@ -26,19 +26,19 @@ #include "config.h" #endif +#include "xine_internal.h" +#include "xineutils.h" +#include "compat.h" +#include "input_plugin.h" + #include -//#define D(x...) +/* #define D(x...) */ #define D(x...) g_message (x) #define LOG #define PREVIEW_SIZE 16384 -#include -#include -#include -#include - typedef struct { input_class_t input_class; xine_t *xine; @@ -247,7 +247,7 @@ gnomevfs_plugin_get_optional_data (input_plugin_t *this_gen, D ("input_gnomevfs: get optional data, type %08x, sub %p\n", data_type, this->sub); -//FIXME +/* FIXME */ #if 0 switch (data_type) { case INPUT_OPTIONAL_DATA_TEXTSPU0: -- cgit v1.2.3