diff options
author | phintuka <phintuka> | 2012-01-27 11:28:13 +0000 |
---|---|---|
committer | phintuka <phintuka> | 2012-01-27 11:28:13 +0000 |
commit | 86facae372e0d1963d98e2f71568cee6e08b932c (patch) | |
tree | 0c38e841e0c683b0ba99e2481c38dcffd4fc87bb | |
parent | deea6c2736a14c7dd037c4e7f2503b206b52a5f6 (diff) | |
download | xineliboutput-86facae372e0d1963d98e2f71568cee6e08b932c.tar.gz xineliboutput-86facae372e0d1963d98e2f71568cee6e08b932c.tar.bz2 |
Updated setting OpenGL flags
-rw-r--r-- | xine_frontend_main.c | 5 |
1 files 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 |