]> git.sesse.net Git - vlc/commit
interface: Make sure that when b_should_run_on_first_thread is set the interface...
authorPierre d'Herbemont <pdherbemont@videolan.org>
Sat, 5 Jul 2008 00:42:10 +0000 (02:42 +0200)
committerPierre d'Herbemont <pdherbemont@videolan.org>
Sat, 5 Jul 2008 00:42:10 +0000 (02:42 +0200)
commita8fe5f4ab123b90a557d5d7a4172d19325929367
treea16560b8f62c3e1af323b6044c4552ae2dc880e5
parent68649ad4035bd2402566e347c2d100028553d327
interface: Make sure that when b_should_run_on_first_thread is set the interface gets killed by vlc_object_kill( p_libvlc ).

This fixes Ctrl-C on Mac OS X.
src/interface/interface.c