File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -347,7 +347,7 @@ package export::transcode;
347347 elsif ($l =~ m /\[ transcode\] warning/ ) {
348348 $warnings .= $l ;
349349 }
350- elsif ($l =~ m /\[ transcode\] critical/ ) {
350+ elsif ($l =~ m /\[ transcode\] critical/ || $l =~ m / segmentation fault / i ) {
351351 $warnings .= $l ;
352352 die " \n\n Transcode had critical errors:\n\n $warnings " ;
353353 }
Original file line number Diff line number Diff line change 55# $Author$
66
77# Version
8- $VERSION = ' 0.2 0.20050515 .cvs' ;
8+ $VERSION = ' 0.2 0.20050603 .cvs' ;
99
1010# Autoflush buffers
1111 $| ++;
Original file line number Diff line number Diff line change 44
55Name: nuvexport
66Version: 0.2
7- Release: 0.20050515 .cvs
7+ Release: 0.20050603 .cvs
88License: GPL
99Summary: mythtv nuv video file conversion script
1010URL: http://forevermore.net/nuvexport/
You can’t perform that action at this time.
0 commit comments