]> git.sesse.net Git - mlt/commitdiff
Fix melt compilation on Windows (kill not available).
authorDan Dennedy <dan@dennedy.org>
Thu, 21 Feb 2013 06:19:02 +0000 (22:19 -0800)
committerDan Dennedy <dan@dennedy.org>
Thu, 21 Feb 2013 06:19:02 +0000 (22:19 -0800)
src/melt/melt.c

index 416e66c67f1dcc59e82ecaec5425d90bc6b9c84e..14197fd860c7090dc043928f9a142f6a33f57996 100644 (file)
@@ -56,7 +56,9 @@ static void abnormal_exit_handler(int signum)
        term_exit();
        // Reset the default handler so the core gets dumped.
        signal(signum, SIG_DFL);
+#ifndef
        kill(getpid(), signum);
+#endif
 }
 
 static void transport_action( mlt_producer producer, char *value )