diff options
author | phintuka <phintuka> | 2006-12-15 13:47:20 +0000 |
---|---|---|
committer | phintuka <phintuka> | 2006-12-15 13:47:20 +0000 |
commit | 07a834cfc68c7cc03377ec9dd8214846753831ec (patch) | |
tree | dcc0ca8ae8fe42caa89f0c3e42a1e50fb7028cf8 /config.h | |
parent | 1e4e5ec589cb646db4fed072f7a9c47697204344 (diff) | |
download | xineliboutput-07a834cfc68c7cc03377ec9dd8214846753831ec.tar.gz xineliboutput-07a834cfc68c7cc03377ec9dd8214846753831ec.tar.bz2 |
Added vidix(fb) to supported video drivers (patch from Antti Seppälä)
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 |