1
mirror of https://github.com/mpv-player/mpv synced 2025-01-13 00:06:25 +01:00

setuid hack disabled

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3826 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
arpi 2001-12-28 02:04:06 +00:00
parent 4d9c6a1f8c
commit 57a9da01e2

View File

@ -647,7 +647,8 @@ if(!parse_codec_cfg(get_path("codecs.conf"))){
} 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()");