summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--xine_frontend.c12
1 files changed, 11 insertions, 1 deletions
diff --git a/xine_frontend.c b/xine_frontend.c
index 3d6a0fdf..57e2841d 100644
--- a/xine_frontend.c
+++ b/xine_frontend.c
@@ -4,7 +4,7 @@
* See the main source file 'xineliboutput.c' for copyright information and
* how to reach the author.
*
- * $Id: xine_frontend.c,v 1.30 2007-01-14 18:41:29 phintuka Exp $
+ * $Id: xine_frontend.c,v 1.31 2007-01-19 14:24:09 phintuka Exp $
*
*/
@@ -503,6 +503,16 @@ static int fe_xine_init(frontend_t *this_gen, const char *audio_driver,
video_driver,
XINE_VISUAL_TYPE_NONE,
NULL);
+ else if(video_driver && !strcmp(video_driver, "dxr3"))
+ this->video_port = xine_open_video_driver(this->xine,
+ video_driver,
+ XINE_VISUAL_TYPE_X11,
+ NULL);
+ else if(video_driver && !strcmp(video_driver, "aadxr3"))
+ this->video_port = xine_open_video_driver(this->xine,
+ video_driver,
+ XINE_VISUAL_TYPE_AA,
+ NULL);
else
this->video_port = xine_open_video_driver(this->xine,
video_driver,