1
0
mirror of https://github.com/mpv-player/mpv synced 2025-03-21 18:57:35 +00:00
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12780 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2004-07-09 15:19:47 +00:00
parent 74458e25bb
commit cb89d5a0c2
2 changed files with 3 additions and 3 deletions

View File

@ -913,7 +913,7 @@ There are three timing methods in <application>MPlayer</application>.
tuned even finer. tuned even finer.
</simpara></listitem> </simpara></listitem>
<listitem><para> <listitem><para>
<emphasis role="bold">The new timer</emphasis> code uses PC's RTC (RealTime Clock) <emphasis role="bold">The new timer</emphasis> code uses the RTC (RealTime Clock)
for this task, because it has precise 1ms timers. It is automagically enabled for this task, because it has precise 1ms timers. It is automagically enabled
when available, but requires root privileges, a <emphasis>setuid root</emphasis> when available, but requires root privileges, a <emphasis>setuid root</emphasis>
<application>MPlayer</application> binary or a properly set up kernel. <application>MPlayer</application> binary or a properly set up kernel.

4
configure vendored
View File

@ -149,7 +149,7 @@ Installation directories:
Optional features: Optional features:
--disable-mencoder disable mencoder (a/v encoder) compilation [enable] --disable-mencoder disable mencoder (a/v encoder) compilation [enable]
--enable-gui enable gmplayer compilation (gtk-1.2 GUI) [disable] --enable-gui enable gmplayer compilation (GTK 1.2 GUI) [disable]
--enable-largefiles enable support for files > 2 GBytes [disable] --enable-largefiles enable support for files > 2 GBytes [disable]
--enable-linux-devfs set default devices to devfs ones [disable] --enable-linux-devfs set default devices to devfs ones [disable]
--enable-termcap use termcap database for key codes [autodetect] --enable-termcap use termcap database for key codes [autodetect]
@ -5845,7 +5845,7 @@ EOF
# Check for GTK: # Check for GTK:
echocheck "gtk version" echocheck "GTK version"
if test -z "$_gtkconfig" ; then if test -z "$_gtkconfig" ; then
if ( gtk-config --version ) >/dev/null 2>&1 ; then if ( gtk-config --version ) >/dev/null 2>&1 ; then
_gtkconfig="gtk-config" _gtkconfig="gtk-config"