[svn] / trunk / xvidcore / examples / bench.pl Repository:
ViewVC logotype

Diff of /trunk/xvidcore/examples/bench.pl

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1617, Mon May 23 09:29:43 2005 UTC revision 1618, Mon May 23 12:06:02 2005 UTC
# Line 70  Line 70 
70    
71  sub check_bin  sub check_bin
72  {  {
73    if (!exists $bin_made{$_[0]}) {    # force re-build of binary (better safe than sorry)
74      my_system( "rm -f $_[0]" );
75      my_system( "make $_[0]" );      my_system( "make $_[0]" );
     $bin_made{$_[0]} = 1;  
   }  
76  }  }
77  sub check_file  sub check_file
78  {  {
# Line 157  Line 156 
156        }        }
157        else { printf "can't open core bench log file '$log_file'\n"; };        else { printf "can't open core bench log file '$log_file'\n"; };
158        if ($output =~ /ERROR/) {        if ($output =~ /ERROR/) {
159          print "ERROR detected in ouput:\n   $output\n";          print "ERROR detected in ouput, while decoding [$bitstream]:\n   $output\n";
160          $Err++;          $Err++;
161          next;          next;
162        }        }

Legend:
Removed from v.1617  
changed lines
  Added in v.1618

No admin address has been configured
ViewVC Help
Powered by ViewVC 1.0.4