summaryrefslogtreecommitdiffstats
path: root/DOCS/xml/en/install.xml
diff options
context:
space:
mode:
authoralex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-06-25 18:11:15 +0000
committeralex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-06-25 18:11:15 +0000
commitf6a749eff09a18a9bc0ed7a3da59f9ea0a7e9132 (patch)
tree334c5ae7ba97d3827f805ec4402f8562a947b144 /DOCS/xml/en/install.xml
parentd9df8faa7975af283f9ddbc456cb6386aa8a48a6 (diff)
downloadmpv-f6a749eff09a18a9bc0ed7a3da59f9ea0a7e9132.tar.bz2
mpv-f6a749eff09a18a9bc0ed7a3da59f9ea0a7e9132.tar.xz
JACK audio support through bio2jack by Kamil Strzelecki <esack@o2.pl>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12663 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS/xml/en/install.xml')
-rw-r--r--DOCS/xml/en/install.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/DOCS/xml/en/install.xml b/DOCS/xml/en/install.xml
index 9b89006ec8..2625c17057 100644
--- a/DOCS/xml/en/install.xml
+++ b/DOCS/xml/en/install.xml
@@ -117,6 +117,16 @@ You need a fairly recent system. On Linux, 2.4.x kernels are recommended.
<listitem><para>
<emphasis role="bold">libsmb</emphasis> - optional, for Samba support.
</para></listitem>
+<listitem><para>
+ <emphasis role="bold">bio2jack</emphasis> - optional, for JACK audio output
+ support, needed only in compile time. You can obtain it from
+ <ulink url="http://bio2jack.sf.net/">http://bio2jack.sf.net</ulink>. Since it
+ doesn't have install option you have to manually put the file
+ <filename>libbio2jack.a</filename> somewhere in your library path
+ (e.g. <filename>/usr/local/lib</filename>) or use the
+ <option>--with-bio2jack=DIR</option> switch to tell
+ <filename>./configure</filename> where that file is.
+ </para></listitem>
</itemizedlist>
</sect2>