mirror of
https://github.com/mpv-player/mpv
synced 2025-05-09 10:21:43 +02:00
setuid hack disabled
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3826 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
4d9c6a1f8c
commit
57a9da01e2
@ -647,7 +647,8 @@ if(!parse_codec_cfg(get_path("codecs.conf"))){
|
|||||||
} else
|
} else
|
||||||
printf("Using Linux's hardware RTC timing (%ldHz)\n", irqp);
|
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)
|
if(rtc_fd<0)
|
||||||
#endif
|
#endif
|
||||||
printf("Using %s timing\n",softsleep?"software":"usleep()");
|
printf("Using %s timing\n",softsleep?"software":"usleep()");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user