[Mplayer-cvslog] CVS: main/libvo vo_sdl.c,1.59,1.60

Atmosfear atmos4 at mplayer.dev.hu
Thu Jan 24 22:47:07 CET 2002


Update of /cvsroot/mplayer/main/libvo
In directory mplayer:/var/tmp.root/cvs-serv3010

Modified Files:
	vo_sdl.c 
Log Message:
Let mplayer handle signals so terminal gets cleaned up.


Index: vo_sdl.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/vo_sdl.c,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -r1.59 -r1.60
--- vo_sdl.c	19 Dec 2001 11:50:05 -0000	1.59
+++ vo_sdl.c	24 Jan 2002 21:46:57 -0000	1.60
@@ -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;
 	}




More information about the MPlayer-cvslog mailing list