summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-05-28 12:40:15 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-05-28 12:40:15 +0000
commit61b101497d19e94a33db26dc8c693d206945cf5c (patch)
treecece5ec782ebed771572a54c5b1f04bf59df69ab /DOCS
parent1dd5f09e9df62505533bf221f5882ed03d2437f3 (diff)
downloadmpv-61b101497d19e94a33db26dc8c693d206945cf5c.tar.bz2
mpv-61b101497d19e94a33db26dc8c693d206945cf5c.tar.xz
Merge drivers/Makefile into top-level Makefile.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26914 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/xml/en/video.xml14
1 files changed, 6 insertions, 8 deletions
diff --git a/DOCS/xml/en/video.xml b/DOCS/xml/en/video.xml
index 2c1d3b8c28..a60a894a72 100644
--- a/DOCS/xml/en/video.xml
+++ b/DOCS/xml/en/video.xml
@@ -854,15 +854,14 @@ For a Linux 2.6.x version of this driver check out
<procedure>
<title>Installation:</title>
<step><para>
- To use it, you first have to compile <filename>mga_vid.o</filename>:
+ To use it, you first have to compile <filename>drivers/mga_vid.o</filename>:
<screen>
-cd drivers
-make<!--
+make drivers<!--
--></screen>
</para></step>
<step><para>
Then run (as <systemitem class="username">root</systemitem>)
- <screen>make install</screen>
+ <screen>make install-drivers</screen>
which should install the module and create the device node for you.
Load the driver with
<screen>insmod mga_vid.o</screen>
@@ -941,14 +940,13 @@ the following instructions.
<procedure>
<title>Installing the tdfx_vid.o kernel module:</title>
<step><para>
- Compile <filename>tdfx_vid.o</filename>:
+ Compile <filename>drivers/tdfx_vid.o</filename>:
<screen>
-cd drivers
-make</screen>
+make drivers</screen>
</para></step>
<step><para>
Then run (as <systemitem class="username">root</systemitem>)
- <screen>make install</screen>
+ <screen>make install-drivers</screen>
which should install the module and create the device node for you.
Load the driver with
<screen>insmod tdfx_vid.o</screen>