summaryrefslogtreecommitdiff
path: root/dvbplayer.c
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 /dvbplayer.c
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 'dvbplayer.c')
-rw-r--r--dvbplayer.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/dvbplayer.c b/dvbplayer.c
index c9cdc1ab..d583fe6b 100644
--- a/dvbplayer.c
+++ b/dvbplayer.c
@@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
- * $Id: dvbplayer.c 1.25 2004/10/15 13:07:55 kls Exp $
+ * $Id: dvbplayer.c 1.26 2004/10/23 12:39:35 kls Exp $
*/
#include "dvbplayer.h"
@@ -490,8 +490,6 @@ void cDvbPlayer::Action(void)
break;
}
}
- else//XXX
- usleep(1); // this keeps the CPU load low
}
// Store the frame in the buffer: