Commit 9375bd72 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

SDL_INIT_EVENTTHREAD is supported on Windows now.

parent c192372d
......@@ -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 */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment