From 9375bd72215cc0bfbc87e2a52e9dc0179fea514e Mon Sep 17 00:00:00 2001
From: Jean-Baptiste Kempf <jb@videolan.org>
Date: Sun, 27 Dec 2009 15:55:51 +0100
Subject: [PATCH] SDL_INIT_EVENTTHREAD is supported on Windows now.

---
 modules/audio_output/sdl.c | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/modules/audio_output/sdl.c b/modules/audio_output/sdl.c
index 070e2f6a27c3..16ddb824c939 100644
--- a/modules/audio_output/sdl.c
+++ b/modules/audio_output/sdl.c
@@ -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 */
-- 
GitLab