]> git.sesse.net Git - vlc/commitdiff
SDL_INIT_EVENTTHREAD is supported on Windows now.
authorJean-Baptiste Kempf <jb@videolan.org>
Sun, 27 Dec 2009 14:55:51 +0000 (15:55 +0100)
committerJean-Baptiste Kempf <jb@videolan.org>
Sun, 27 Dec 2009 14:55:51 +0000 (15:55 +0100)
modules/audio_output/sdl.c

index 070e2f6a27c3f2da37159ec10fa0574c462244c3..16ddb824c9390565a662680ef91b3b697f81bba7 100644 (file)
@@ -91,10 +91,7 @@ static int Open ( vlc_object_t *p_this )
         return VLC_EGENERIC;
     }
 
-#ifndef WIN32
-    /* Win32 SDL implementation doesn't support SDL_INIT_EVENTTHREAD yet */
     i_flags |= SDL_INIT_EVENTTHREAD;
-#endif
 #ifndef NDEBUG
     /* In debug mode you may want vlc to dump a core instead of staying
      * stuck */