]> git.sesse.net Git - vlc/commit
libvlc_Quit: support using a callback
authorRémi Denis-Courmont <remi@remlab.net>
Sun, 30 May 2010 17:17:27 +0000 (20:17 +0300)
committerRémi Denis-Courmont <remi@remlab.net>
Sun, 30 May 2010 17:52:23 +0000 (20:52 +0300)
commit6197b056e6f9bd026012db6f1512bbd981e27442
treeb35dc6747ac963ba55f7d466a3c744bbd9132d5c
parenta440126cfb7322950d14f7029dd424c4f4bd41ad
libvlc_Quit: support using a callback

This is more flexible than the current libvlc_InternalWait() which
requires a thread that does nothing for the whole lifetime of VLC.
src/Makefile.am
src/control/libvlc_internal.h
src/interface/interface.c
src/libvlc.c
src/libvlc.h
src/libvlccore.sym
src/misc/exit.c [new file with mode: 0644]