[vlc-commits] bin/mac: do not start playlist while quitting VLC
David Fuhrmann
git at videolan.org
Mon Feb 3 11:16:35 CET 2014
vlc | branch: master | David Fuhrmann <david.fuhrmann at googlemail.com> | Sun Feb 2 17:53:26 2014 +0100| [9fc66e6950f19f8fdcb030336e609fc2902b2ec4] | committer: David Fuhrmann
bin/mac: do not start playlist while quitting VLC
close #8353
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=9fc66e6950f19f8fdcb030336e609fc2902b2ec4
---
bin/darwinvlc.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/bin/darwinvlc.c b/bin/darwinvlc.c
index ceda53f..7b2db9d 100644
--- a/bin/darwinvlc.c
+++ b/bin/darwinvlc.c
@@ -226,8 +226,6 @@ int main( int i_argc, const char *ppsz_argv[] )
if (libvlc_add_intf (vlc, NULL))
goto out;
- libvlc_playlist_play (vlc, -1, 0, NULL);
-
/* Qt4 insists on catching SIGCHLD via signal handler. To work around that,
* unblock it after all our child threads are created. */
sigdelset (&set, SIGCHLD);
More information about the vlc-commits
mailing list