]> git.sesse.net Git - vlc/commitdiff
bin/mac: do not start playlist while quitting VLC
authorDavid Fuhrmann <david.fuhrmann@googlemail.com>
Sun, 2 Feb 2014 16:53:26 +0000 (17:53 +0100)
committerDavid Fuhrmann <david.fuhrmann@googlemail.com>
Mon, 3 Feb 2014 10:16:20 +0000 (11:16 +0100)
close #8353

bin/darwinvlc.c

index ceda53f8361fc27c47e8c23aec18ec82cd46249a..7b2db9d22b350a51ef80d454ceccf30ce5365841 100644 (file)
@@ -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);