diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2004-10-23 12:43:23 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2004-10-23 12:43:23 +0200 |
commit | af6b8ff5330851bd12bb1b011fdbd29fead5bf3c (patch) | |
tree | e04a2fac10b4c9adcdec507195f134670d698bae /HISTORY | |
parent | 5b2784cc4f066edb5a6db3c5d88222f5959bd7ed (diff) | |
download | vdr-af6b8ff5330851bd12bb1b011fdbd29fead5bf3c.tar.gz vdr-af6b8ff5330851bd12bb1b011fdbd29fead5bf3c.tar.bz2 |
Removed the usleep() call from cDvbPlayer::Action() to make VDR run on NPTL systems; also removed the NPTL check at startup
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -3049,3 +3049,6 @@ Video Disk Recorder Revision History - Fixed attaching a cPlayer to a cDevice, so that 'Operation not permited' errors don't occur any more (thanks to Marco Schlüßler). - Fixed a case where the resultBuffer in cRemux ran full before getting a sync. +- Removed the usleep() call from cDvbPlayer::Action() to make VDR run on NPTL + systems (thanks to Alfred Zastrow). The NPTL check at startup has also been + removed. |