# HG changeset patch # User atmos4 # Date 1011908817 0 # Node ID 4395c96c64cde8517a1a5fe27982b35d2cf63fa3 # Parent d407c8734ffe4463bb5087a354aaff89b1510643 Let mplayer handle signals so terminal gets cleaned up. diff -r d407c8734ffe -r 4395c96c64cd libvo/vo_sdl.c --- a/libvo/vo_sdl.c Thu Jan 24 18:59:06 2002 +0000 +++ b/libvo/vo_sdl.c Thu Jan 24 21:46:57 2002 +0000 @@ -354,7 +354,7 @@ priv->bpp = 0; /* initialize the SDL Video system */ - if (SDL_Init (SDL_INIT_VIDEO/*|SDL_INIT_NOPARACHUTE*/)) { + if (SDL_Init (SDL_INIT_VIDEO|SDL_INIT_NOPARACHUTE)) { printf("SDL: Initializing of SDL failed: %s.\n", SDL_GetError()); return -1; }