Sophie

Sophie

distrib > Mandriva > 2008.0 > x86_64 > by-pkgid > 06c27cdfaf37d86d591cfa77b0f6ad86 > files > 2

libdc1394-1.2.1-4mdv2008.0.src.rpm

--- libdc1394-1.2.1/examples/grab_partial_image.c~	2006-07-01 13:54:25.000000000 +0200
+++ libdc1394-1.2.1/examples/grab_partial_image.c	2006-07-01 13:57:11.000000000 +0200
@@ -218,7 +218,7 @@ int main(int argc, char *argv[]) 
     /*---------------------------------------------------------------------
      *  output elapsed time
      *---------------------------------------------------------------------*/
-    elapsed_time = (float)(times(&tms_buf) - start_time) / CLK_TCK;
+    elapsed_time = (float)(times(&tms_buf) - start_time) / CLOCKS_PER_SEC;
     printf( "got frame %d. elapsed time: %g sec ==> %g frames/second\n",
             i, elapsed_time, (float)i / elapsed_time);
   }