Browse Source

bin/mac: do not start playlist while quitting VLC

close #8353
pull/11/head
David Fuhrmann 12 years ago
parent
commit
9fc66e6950
  1. 2
      bin/darwinvlc.c

2
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);

Loading…
Cancel
Save