Hi, I'm currently trying to run the libVLC + SDL2.0 example from the Wiki ( https://wiki.videolan.org/LibVLC_SampleCode_SDL/#SDL_2.0 ) on MacOS 10.9.2 . I can compile it, but if I try to run it I get a segfault at the call of SDL_RenderClear on line 76. // VLC wants to display a video frame. static ...