summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-10-14 21:15:59 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-10-14 21:15:59 +0000
commita65b36be9d9b2746f3ae52aa5360c0ea606ee37a (patch)
treee3150d911b88e03e47323a730f619de587a13a40 /DOCS
parent1a85bf593b1b58f17fe1aa970612126cddcffb7f (diff)
downloadmpv-a65b36be9d9b2746f3ae52aa5360c0ea606ee37a.tar.bz2
mpv-a65b36be9d9b2746f3ae52aa5360c0ea606ee37a.tar.xz
Update VIDIX vs. svgalib documentation.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27770 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/xml/en/video.xml12
1 files changed, 4 insertions, 8 deletions
diff --git a/DOCS/xml/en/video.xml b/DOCS/xml/en/video.xml
index 358ac69e58..5d58a9fbb3 100644
--- a/DOCS/xml/en/video.xml
+++ b/DOCS/xml/en/video.xml
@@ -1549,19 +1549,14 @@ to enable driver autodetection.
Since VIDIX requires direct hardware access you can either run it as root
or set the SUID bit on the <application>MPlayer</application> binary
(<emphasis role="bold">Warning: This is a security risk!</emphasis>).
-Alternatively, if you are running Linux kernel 2.4.x, you can use a
-special kernel module, like this:
+Alternatively, you can use a special kernel module, like this:
</para>
<procedure>
<step><para>
Download the
<ulink url="http://www.arava.co.il/matan/svgalib/">development version</ulink>
- of svgalib (for example 1.9.17), <emphasis role="bold">OR</emphasis>
- download a version made by Alex especially for usage with
- <application>MPlayer</application> (it doesn't need the svgalib source to
- compile) from
- <ulink url="http://www.mplayerhq.hu/MPlayer/contrib/svgalib/svgalib_helper-1.9.17-mplayer.tar.bz2">here</ulink>.
+ of svgalib (1.9.x).
</para></step>
<step><para>
Compile the module in the
@@ -1579,7 +1574,8 @@ special kernel module, like this:
<step><para>
Then run <filename>configure</filename> again and pass the parameter
<option>--enable-svgalib_helper</option> as well as
- <option>--with-extraincdir=/path/to/svgalib_helper/sources</option>,
+ <option>--with-extraincdir=<replaceable>/path/to/svgalib_helper/sources/</replaceable>kernel/svgalib_helper</option>,
+ where <replaceable>/path/to/svgalib_helper/sources/</replaceable> has to be
adjusted to wherever you extracted svgalib_helper sources.
</para></step>
<step><para>