[mythtv] [mythtv-commits] mythtv commit: r17650 - in trunk by ijr

Andrei Tanas andrei at tanas.ca
Mon Jun 30 20:22:03 UTC 2008


> There are quite a few usleeps in Myth's code but I only ran into the
> problem in libs/libmythtv/remoteutil.cpp for some reason. This leads me
> to believe it's been fixed but not in remoteutil.cpp. Anyway, I simply
> added:
> 
> #ifdef USING_MINGW
> #define usleep(usec) (Sleep ((usec) / 1000), 0) #endif
> 

Please see ticket 5490 for Win32 patch (this was not the only issue).

http://svn.mythtv.org/trac/ticket/5490 



More information about the mythtv-dev mailing list