Commit 9fc66e69 authored by David Fuhrmann's avatar David Fuhrmann

bin/mac: do not start playlist while quitting VLC

close #8353
parent b5452bad
......@@ -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);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment