Mercurial > mplayer.hg
changeset 3825:7735c5a87121
setuid hack disabled
author | arpi |
---|---|
date | Fri, 28 Dec 2001 02:04:06 +0000 |
parents | be5e58955f57 |
children | 8a88ed2473aa |
files | mplayer.c |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/mplayer.c Fri Dec 28 01:38:40 2001 +0000 +++ b/mplayer.c Fri Dec 28 02:04:06 2001 +0000 @@ -647,7 +647,8 @@ } else printf("Using Linux's hardware RTC timing (%ldHz)\n", irqp); } - setuid( getuid() ); // strongly test, please check this. +// breaks DGA and SVGAlib and VESA drivers: --A'rpi +// setuid( getuid() ); // strongly test, please check this. if(rtc_fd<0) #endif printf("Using %s timing\n",softsleep?"software":"usleep()");