[vlc-devel] commit: SDL_INIT_EVENTTHREAD is supported on Windows now. ( Jean-Baptiste Kempf )

git version control git at videolan.org
Sun Dec 27 15:56:03 CET 2009


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sun Dec 27 15:55:51 2009 +0100| [9375bd72215cc0bfbc87e2a52e9dc0179fea514e] | committer: Jean-Baptiste Kempf 

SDL_INIT_EVENTTHREAD is supported on Windows now.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=9375bd72215cc0bfbc87e2a52e9dc0179fea514e
---

 modules/audio_output/sdl.c |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/modules/audio_output/sdl.c b/modules/audio_output/sdl.c
index 070e2f6..16ddb82 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 */




More information about the vlc-devel mailing list