~ubuntu-branches/ubuntu/feisty/avidemux/feisty

« back to all changes in this revision

Viewing changes to avidemux/ADM_toolkit/TLK_clock.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Daniel T Chen
  • Date: 2006-12-15 17:13:20 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20061215171320-w79pvpehxx2fr217
Tags: 1:2.3.0-0.0ubuntu1
* Merge from debian-multimedia.org, remaining Ubuntu change:
  - desktop file,
  - no support for ccache and make -j.
* Closes Ubuntu: #69614.

Show diffs side-by-side

added added

removed removed

Lines of Context:
46
46
static struct timeval _itimev;
47
47
static uint32_t getAbsTime( void );
48
48
 
 
49
#ifndef CYG_MANGLING
 
50
#include "unistd.h"
 
51
void ADM_usleep(unsigned long us)
 
52
{
 
53
  usleep(us);
 
54
}
 
55
#endif
 
56
 
49
57
Clock::Clock( void )
50
58
{
51
59
        reset();