diff options
author | phintuka <phintuka> | 2008-11-01 07:23:00 +0000 |
---|---|---|
committer | phintuka <phintuka> | 2008-11-01 07:23:00 +0000 |
commit | 132ef0582b3abfaf1727bb9b18fb4eb482183374 (patch) | |
tree | 283d78bca0a1630c13c5ee9537fb3c458a534f51 | |
parent | 5565e666f73f50c14e89fd67a2727858df837799 (diff) | |
download | xineliboutput-132ef0582b3abfaf1727bb9b18fb4eb482183374.tar.gz xineliboutput-132ef0582b3abfaf1727bb9b18fb4eb482183374.tar.bz2 |
include features.h
-rw-r--r-- | config.c | 4 | ||||
-rw-r--r-- | config.h | 4 | ||||
-rw-r--r-- | menu.c | 4 | ||||
-rw-r--r-- | menu.h | 4 | ||||
-rw-r--r-- | setup_menu.c | 4 | ||||
-rw-r--r-- | xine_frontend.c | 4 | ||||
-rw-r--r-- | xine_frontend_main.c | 4 | ||||
-rw-r--r-- | xine_sxfe_frontend.c | 3 | ||||
-rw-r--r-- | xineliboutput.c | 4 |
9 files changed, 26 insertions, 9 deletions
@@ -4,10 +4,12 @@ * See the main source file 'xineliboutput.c' for copyright information and * how to reach the author. * - * $Id: config.c,v 1.71 2008-09-19 12:13:26 phintuka Exp $ + * $Id: config.c,v 1.72 2008-11-01 07:23:00 phintuka Exp $ * */ +#include "features.h" + #include <stdio.h> #include <string.h> #include <stdlib.h> @@ -4,13 +4,15 @@ * See the main source file 'xineliboutput.c' for copyright information and * how to reach the author. * - * $Id: config.h,v 1.53 2008-07-29 21:04:35 phintuka Exp $ + * $Id: config.h,v 1.54 2008-11-01 07:23:00 phintuka Exp $ * */ #ifndef _XINELIB_CONFIG_H_ #define _XINELIB_CONFIG_H_ +#include "features.h" + #include <string.h> #include <stdint.h> @@ -4,10 +4,12 @@ * See the main source file 'xineliboutput.c' for copyright information and * how to reach the author. * - * $Id: menu.c,v 1.57 2008-05-07 13:27:15 phintuka Exp $ + * $Id: menu.c,v 1.58 2008-11-01 07:23:00 phintuka Exp $ * */ +#include "features.h" + #include <dirent.h> #include <vdr/config.h> @@ -4,13 +4,15 @@ * See the main source file 'xineliboutput.c' for copyright information and * how to reach the author. * - * $Id: menu.h,v 1.6 2007-01-04 08:42:47 phintuka Exp $ + * $Id: menu.h,v 1.7 2008-11-01 07:23:00 phintuka Exp $ * */ #ifndef __XINELIB_MENU_H #define __XINELIB_MENU_H +#include "features.h" + #include <vdr/menuitems.h> class cMenuXinelib : public cMenuSetupPage diff --git a/setup_menu.c b/setup_menu.c index 84c70fd3..e2230323 100644 --- a/setup_menu.c +++ b/setup_menu.c @@ -4,10 +4,12 @@ * See the main source file 'xineliboutput.c' for copyright information and * how to reach the author. * - * $Id: setup_menu.c,v 1.62 2008-10-18 10:33:17 phintuka Exp $ + * $Id: setup_menu.c,v 1.63 2008-11-01 07:23:00 phintuka Exp $ * */ +#include "features.h" + #include <vdr/config.h> #include <vdr/plugin.h> #include <vdr/remote.h> diff --git a/xine_frontend.c b/xine_frontend.c index e69e6457..2dbb7ac7 100644 --- a/xine_frontend.c +++ b/xine_frontend.c @@ -4,10 +4,12 @@ * See the main source file 'xineliboutput.c' for copyright information and * how to reach the author. * - * $Id: xine_frontend.c,v 1.70 2008-07-04 09:58:36 phintuka Exp $ + * $Id: xine_frontend.c,v 1.71 2008-11-01 07:23:00 phintuka Exp $ * */ +#include "features.h" + #ifndef XINE_VERSION_CODE # define XINE_VERSION_CODE (XINE_MAJOR_VERSION*10000 + \ XINE_MINOR_VERSION*100 + \ diff --git a/xine_frontend_main.c b/xine_frontend_main.c index 77b7d128..6c8c7205 100644 --- a/xine_frontend_main.c +++ b/xine_frontend_main.c @@ -4,10 +4,12 @@ * See the main source file 'xineliboutput.c' for copyright information and * how to reach the author. * - * $Id: xine_frontend_main.c,v 1.50 2008-10-21 15:08:37 phintuka Exp $ + * $Id: xine_frontend_main.c,v 1.51 2008-11-01 07:23:00 phintuka Exp $ * */ +#include "features.h" + #include <termios.h> #include <unistd.h> #include <syslog.h> diff --git a/xine_sxfe_frontend.c b/xine_sxfe_frontend.c index c0263488..b17d1aa8 100644 --- a/xine_sxfe_frontend.c +++ b/xine_sxfe_frontend.c @@ -4,11 +4,12 @@ * See the main source file 'xineliboutput.c' for copyright information and * how to reach the author. * - * $Id: xine_sxfe_frontend.c,v 1.90 2008-10-28 20:08:07 phintuka Exp $ + * $Id: xine_sxfe_frontend.c,v 1.91 2008-11-01 07:23:00 phintuka Exp $ * */ /*#define HAVE_XF86VIDMODE*/ +#include "features.h" #include <errno.h> #include <inttypes.h> diff --git a/xineliboutput.c b/xineliboutput.c index 1deeeb85..05319717 100644 --- a/xineliboutput.c +++ b/xineliboutput.c @@ -21,10 +21,12 @@ * * xineliboutput.c: VDR Plugin interface * - * $Id: xineliboutput.c,v 1.35 2008-10-24 22:09:13 rofafor Exp $ + * $Id: xineliboutput.c,v 1.36 2008-11-01 07:23:00 phintuka Exp $ * */ +#include "features.h" + #include <vdr/plugin.h> #include "logdefs.h" |