mirror of
https://github.com/mpv-player/mpv
synced 2025-03-19 18:05:21 +00:00
typo
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12780 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
74458e25bb
commit
cb89d5a0c2
@ -913,7 +913,7 @@ There are three timing methods in <application>MPlayer</application>.
|
||||
tuned even finer.
|
||||
</simpara></listitem>
|
||||
<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
|
||||
when available, but requires root privileges, a <emphasis>setuid root</emphasis>
|
||||
<application>MPlayer</application> binary or a properly set up kernel.
|
||||
|
4
configure
vendored
4
configure
vendored
@ -149,7 +149,7 @@ Installation directories:
|
||||
|
||||
Optional features:
|
||||
--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-linux-devfs set default devices to devfs ones [disable]
|
||||
--enable-termcap use termcap database for key codes [autodetect]
|
||||
@ -5845,7 +5845,7 @@ EOF
|
||||
|
||||
|
||||
# Check for GTK:
|
||||
echocheck "gtk version"
|
||||
echocheck "GTK version"
|
||||
if test -z "$_gtkconfig" ; then
|
||||
if ( gtk-config --version ) >/dev/null 2>&1 ; then
|
||||
_gtkconfig="gtk-config"
|
||||
|
Loading…
Reference in New Issue
Block a user