From 86facae372e0d1963d98e2f71568cee6e08b932c Mon Sep 17 00:00:00 2001 From: phintuka Date: Fri, 27 Jan 2012 11:28:13 +0000 Subject: Updated setting OpenGL flags --- xine_frontend_main.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/xine_frontend_main.c b/xine_frontend_main.c index 749437a3..ed0665a0 100644 --- a/xine_frontend_main.c +++ b/xine_frontend_main.c @@ -4,7 +4,7 @@ * See the main source file 'xineliboutput.c' for copyright information and * how to reach the author. * - * $Id: xine_frontend_main.c,v 1.99 2011-10-28 07:40:32 phintuka Exp $ + * $Id: xine_frontend_main.c,v 1.100 2012-01-27 11:28:13 phintuka Exp $ * */ @@ -359,8 +359,7 @@ int main(int argc, char *argv[]) case 'O': # ifdef HAVE_OPENGL opengl = 1; - hud |= HUD_OPENGL; - PRINTF("Using OpenGL to draw video and HUD OSD\n"); + PRINTF("Using OpenGL to draw video and OSD\n"); # else EXIT("OpenGL not supported\n"); # endif -- cgit v1.2.3