]> git.sesse.net Git - vlc/blobdiff - modules/video_output/sdl.c
Fix Windows case which implements fd_set differently:
[vlc] / modules / video_output / sdl.c
index 6074679b64ba1d1a7bc2cfa6939ba4e5635a847d..30bc1bdf786e0a38a126318ad084833e12944eaf 100644 (file)
@@ -122,7 +122,6 @@ vlc_module_begin();
     set_capability( "video output", 60 );
     add_shortcut( "sdl" );
     add_string( "sdl-chroma", NULL, NULL, CHROMA_TEXT, CHROMA_LONGTEXT, VLC_TRUE );
-        change_safe();
     set_callbacks( Open, Close );
 #if defined( __i386__ ) || defined( __x86_64__ )
     /* On i386, SDL is linked against svgalib */