summaryrefslogtreecommitdiffstats
path: root/DOCS/documentation.html
diff options
context:
space:
mode:
authorgabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-04-27 09:27:31 +0000
committergabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-04-27 09:27:31 +0000
commitadcf349e5d72286fa4c53aabb4e1aad0583ff5b8 (patch)
tree9411e880af00d134c0ff234dd543571e27d20aca /DOCS/documentation.html
parenta8d7519126c2dcf45f9000bd313d7c0c7eed48f6 (diff)
downloadmpv-adcf349e5d72286fa4c53aabb4e1aad0583ff5b8.tar.bz2
mpv-adcf349e5d72286fa4c53aabb4e1aad0583ff5b8.tar.xz
more libdvd* text removed
updated installation instructions etc git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5861 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS/documentation.html')
-rw-r--r--DOCS/documentation.html9
1 files changed, 4 insertions, 5 deletions
diff --git a/DOCS/documentation.html b/DOCS/documentation.html
index 578e6bd470..3c88deac91 100644
--- a/DOCS/documentation.html
+++ b/DOCS/documentation.html
@@ -56,12 +56,13 @@
<LI><A HREF="formats.html#2.1.1.9">2.1.1.9 yuv4mpeg files</A></LI>
<LI><A HREF="formats.html#2.1.1.10">2.1.1.10 FILM files</A></LI>
<LI><A HREF="formats.html#2.1.1.11">2.1.1.11 RoQ files</A></LI>
+ <LI><A HREF="formats.html#2.1.1.12">2.1.1.12 OGG files</A></LI>
</UL>
<LI><A HREF="formats.html#2.1.2">2.1.2 Audio</A></LI>
<UL>
<LI><A HREF="formats.html#2.1.2.1">2.1.2.1 MP3 files</A></LI>
<LI><A HREF="formats.html#2.1.2.2">2.1.2.2 WAV files</A></LI>
- <LI><A HREF="formats.html#2.1.2.3">2.1.2.3 OGG files (Vorbis)</A></LI>
+ <LI><A HREF="formats.html#2.1.1.12">2.1.2.3 OGG files (Vorbis)</A></LI>
<LI><A HREF="formats.html#2.1.1.3">2.1.2.4 WMA/ASF files</A></LI>
<LI><A HREF="formats.html#2.1.2.5">2.1.2.5 MP4 files</A></LI>
</UL>
@@ -419,6 +420,8 @@ will take some time, but it DOES worth it.</P>
Useful for both <B>MPlayer</B> and <B>MEncoder</B> if you plan to work with jpeg files.</LI>
<LI><B>libpng</B> - recommended and default (M)PNG decoder. Required for GUI.
Useful for both <B>MPlayer</B> and <B>MEncoder</B>.</LI>
+ <LI><B>libogg</B> - optional, needed for playing OGG file format.</LI>
+ <LI><B>libvorbis</B> - optional, needed for playing OGG Vorbis audio.</LI>
</UL>
<P><B><I>CODECS</I></B></P>
@@ -595,10 +598,6 @@ For hardware AC3 passthrough you MUST use ALSA 0.9 oss emulation!</LI>
<P><B><I>FEATURES</I></B></P>
<UL>
-<LI>For DVD support, you'll have to compile libdvdcss and libdvdread, and
-in this order!
-See <A HREF="cd-dvd.html#4.2">section 4.2</A> for more information.</LI>
-
<LI>Decide if you need GUI. If you do, see the <A HREF=#1.4>1.4 section</A>
before compiling.</LI>