summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2004-10-23 12:43:23 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2004-10-23 12:43:23 +0200
commitaf6b8ff5330851bd12bb1b011fdbd29fead5bf3c (patch)
treee04a2fac10b4c9adcdec507195f134670d698bae /HISTORY
parent5b2784cc4f066edb5a6db3c5d88222f5959bd7ed (diff)
downloadvdr-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--HISTORY3
1 files changed, 3 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index 87624d3b..d18dd6d1 100644
--- a/HISTORY
+++ b/HISTORY
@@ -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.