Don't make the missing movie.sh file fatal
This commit is contained in:
@@ -176,8 +176,7 @@ setup(MPPipeline *pipeline, const void *data)
|
||||
state_proc.mode_focus = AAA_DISABLED;
|
||||
|
||||
if (!mp_process_find_processor(movie_script, "movie.sh")) {
|
||||
printf("movie.sh not found\n");
|
||||
exit(1);
|
||||
fprintf(stderr,"movie.sh not found, video pipeline disabled\n");
|
||||
}
|
||||
setup_capture();
|
||||
}
|
||||
|
Reference in New Issue
Block a user