diff options
Diffstat (limited to 'config.h')
-rw-r--r-- | config.h | 12 |
1 files changed, 7 insertions, 5 deletions
@@ -4,7 +4,7 @@ * See the main source file 'xineliboutput.c' for copyright information and * how to reach the author. * - * $Id: config.h,v 1.11 2006-12-14 12:42:58 phintuka Exp $ + * $Id: config.h,v 1.12 2006-12-15 13:47:19 phintuka Exp $ * */ @@ -68,14 +68,16 @@ #define X11_DRIVER_XV 2 #define X11_DRIVER_XVMC 3 #define X11_DRIVER_XXMC 4 -#define X11_DRIVER_NONE 5 -#define X11_DRIVER_count 6 +#define X11_DRIVER_VIDIX 5 +#define X11_DRIVER_NONE 6 +#define X11_DRIVER_count 7 #define FB_DRIVER_AUTO 0 #define FB_DRIVER_FB 1 #define FB_DRIVER_DIRECTFB 2 -#define FB_DRIVER_NONE 3 -#define FB_DRIVER_count 4 +#define FB_DRIVER_VIDIXFB 3 +#define FB_DRIVER_NONE 4 +#define FB_DRIVER_count 5 // Local frontend #define FRONTEND_X11 0 |