summaryrefslogtreecommitdiff
path: root/xine_fbfe_frontend.c
diff options
context:
space:
mode:
Diffstat (limited to 'xine_fbfe_frontend.c')
-rw-r--r--xine_fbfe_frontend.c40
1 files changed, 4 insertions, 36 deletions
diff --git a/xine_fbfe_frontend.c b/xine_fbfe_frontend.c
index 38135049..958db40a 100644
--- a/xine_fbfe_frontend.c
+++ b/xine_fbfe_frontend.c
@@ -4,55 +4,23 @@
* See the main source file 'xineliboutput.c' for copyright information and
* how to reach the author.
*
- * $Id: xine_fbfe_frontend.c,v 1.35 2008-11-13 22:55:04 phintuka Exp $
+ * $Id: xine_fbfe_frontend.c,v 1.36 2008-11-14 00:46:10 phintuka Exp $
*
*/
-#include <errno.h>
#include <inttypes.h>
-#include <poll.h>
-#include <sys/types.h>
-#include <sys/stat.h>
#include <sys/ioctl.h>
#include <fcntl.h>
-#include <dlfcn.h>
-#include <stdlib.h>
-#include <string.h>
-#include <stdio.h>
-#include <sys/types.h>
#include <unistd.h>
-#include <time.h>
-#include <pthread.h>
-#include <sched.h>
#if defined(__linux__)
# include <linux/kd.h>
#endif
-/* framegrab ports */
-#define XINE_ENABLE_EXPERIMENTAL_FEATURES
+#define LOG_MODULENAME "[vdr-fbfe] "
+#include "logdefs.h"
-#include <xine.h>
-#ifndef XINE_ENGINE_INTERNAL
-# define XINE_ENGINE_INTERNAL
-# include <xine/xine_internal.h>
-# undef XINE_ENGINE_INTERNAL
-#else
-# include <xine/xine_internal.h>
-#endif
-#include <xine/xineutils.h>
-#include <xine/input_plugin.h>
-#include <xine/plugin_catalog.h>
-
-#include "xine_input_vdr.h"
-
-#include "xine_frontend.h"
-#include "xine/post.h"
-
-#define IS_FBFE
-
-/* Common (non-X11/FB) frontend functions */
-#include "xine_frontend.c"
+#include "xine_frontend_internal.h"
/*