33 lines
1.7 KiB
Diff
33 lines
1.7 KiB
Diff
diff -urp ../xine-lib-1.1.2-orig/doc/README_xxmc.html ./doc/README_xxmc.html
|
|
--- ../xine-lib-1.1.2-orig/doc/README_xxmc.html 2006-08-11 16:22:08.000000000 +0200
|
|
+++ ./doc/README_xxmc.html 2006-08-11 16:22:42.000000000 +0200
|
|
@@ -70,7 +70,7 @@ installing</h2>
|
|
Make sure you have the XvMC wrapper installed. The wrapper will try to
|
|
figure out at run-time what xvmc-hardware specific driver to load. If
|
|
it fails it will open the file <span style="font-family: monospace;">/etc/X11/XvMCConfig</span>
|
|
-or <span style="font-family: monospace;">/usr/X11R6/lib/X11/XvMCConfig</span>
|
|
+or <span style="font-family: monospace;">/usr/lib/X11/XvMCConfig</span>
|
|
and try to load the hardware-specific library mentioned in that file.
|
|
If you downloaded the XvMC wrapper from the unichrome site, the default
|
|
XvMCConfig will make the XvMC wrapper try to load the Nvidia XvMC
|
|
diff -urp ../xine-lib-1.1.2-orig/doc/faq/faq.sgml ./doc/faq/faq.sgml
|
|
--- ../xine-lib-1.1.2-orig/doc/faq/faq.sgml 2006-08-11 16:22:08.000000000 +0200
|
|
+++ ./doc/faq/faq.sgml 2006-08-11 16:24:58.000000000 +0200
|
|
@@ -394,12 +394,12 @@
|
|
<para>
|
|
If you want to have Xv support compiled in, make sure you either have
|
|
a shared Xv library on your system, e.g.
|
|
- <command>ls /usr/X11R6/lib/libXv*</command>
|
|
+ <command>ls /usr/lib/libXv*</command>
|
|
should give you some .so libs, like this:
|
|
<screen>
|
|
- /usr/X11R6/lib/libXv.a
|
|
- /usr/X11R6/lib/libXv.so
|
|
- /usr/X11R6/lib/libXv.so.1</screen>
|
|
+ /usr/lib/libXv.a
|
|
+ /usr/lib/libXv.so
|
|
+ /usr/lib/libXv.so.1</screen>
|
|
</para>
|
|
<para>
|
|
Alternatively you need to have libtool 1.4 or newer installed, then
|