changeset 4342:4395c96c64cd

Let mplayer handle signals so terminal gets cleaned up.
author atmos4
date Thu, 24 Jan 2002 21:46:57 +0000
parents d407c8734ffe
children b0c8eed7473c
files libvo/vo_sdl.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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;
 	}