summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorphintuka <phintuka>2008-04-13 22:08:14 +0000
committerphintuka <phintuka>2008-04-13 22:08:14 +0000
commit01ff5d597cd981254542ea94d5cdef30fb5481e2 (patch)
tree70a548f437d7a9b622ad9d210e2c66d7048fed43
parentfab9858e9d769b2673b4eb1476fc838e7018e58c (diff)
downloadxineliboutput-01ff5d597cd981254542ea94d5cdef30fb5481e2.tar.gz
xineliboutput-01ff5d597cd981254542ea94d5cdef30fb5481e2.tar.bz2
Removed yield
-rw-r--r--xine_frontend_main.c8
1 files changed, 2 insertions, 6 deletions
diff --git a/xine_frontend_main.c b/xine_frontend_main.c
index d3ea03d8..020c5ec9 100644
--- a/xine_frontend_main.c
+++ b/xine_frontend_main.c
@@ -4,7 +4,7 @@
* See the main source file 'xineliboutput.c' for copyright information and
* how to reach the author.
*
- * $Id: xine_frontend_main.c,v 1.38 2008-03-28 22:17:17 phintuka Exp $
+ * $Id: xine_frontend_main.c,v 1.39 2008-04-13 22:08:14 phintuka Exp $
*
*/
@@ -704,11 +704,7 @@ int main(int argc, char *argv[])
fflush(stderr);
while(fe->fe_run(fe) && !fe->xine_is_finished(fe,0) && !terminate_key_pressed)
-#ifdef __APPLE__
- sched_yield();
-#else
- pthread_yield();
-#endif
+ ;
fe->xine_close(fe);
firsttry = 0;