summaryrefslogtreecommitdiffstats
path: root/DOCS/users_against_developers.html
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-08-27 18:06:07 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-08-27 18:06:07 +0000
commitf833f5b1a50296bac3d3f91be656660e7055c92d (patch)
treecfd34656dde567372fd828d4725658b435724a5a /DOCS/users_against_developers.html
parent477850a1155997cbff1c959c1f10f7a1d9aca772 (diff)
downloadmpv-f833f5b1a50296bac3d3f91be656660e7055c92d.tar.bz2
mpv-f833f5b1a50296bac3d3f91be656660e7055c92d.tar.xz
Applied patch by Andras Mohari <mayday@varoshaza.nagyatad.hu>, with some
small additions. * Replaced <UL> with <OL> where it made sense (to me :-)). * Moved "Developer Cries" into the appendix (as Appendix F) with s/Flame Wars/Developer Cries/ and s/In medias res/Developer Cries/. * Renamed "Appendix X" to "Appendix E". * Put a "Hint" inside <BLOCKQUOTE>. * Converted 3-pass encoding and mga_vid installation instructions to lists. * Converted options tables (video eq, SDL, fbdev, VESA, DXR3, TV input, DivX4Linux, AAlib) to <DL> lists. * The "sections" for MPsub and INSTALLING OSD are numbered and displayed in the TOC now. * Changed the text inside some <H4> tags. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7100 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS/users_against_developers.html')
-rw-r--r--DOCS/users_against_developers.html12
1 files changed, 6 insertions, 6 deletions
diff --git a/DOCS/users_against_developers.html b/DOCS/users_against_developers.html
index 28136dd54b..1569d7b392 100644
--- a/DOCS/users_against_developers.html
+++ b/DOCS/users_against_developers.html
@@ -2,7 +2,7 @@
<HTML>
<HEAD>
- <TITLE>Flame Wars - MPlayer - The Movie Player for Linux</TITLE>
+ <TITLE>Developer Cries - MPlayer - The Movie Player for Linux</TITLE>
<LINK REL="stylesheet" TYPE="text/css" HREF="default.css">
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
</HEAD>
@@ -10,14 +10,14 @@
<BODY>
-<H1>In medias res</H1>
+<H1>Appendix F - Developer Cries</H1>
<P>There are two major topics which always cause huge dispute and flame on the
<A HREF="http://mplayerhq.hu/pipermail/mplayer-users/">mplayer-users</A>
mailing list. Number one is the topic of the</P>
-<H2><A NAME="gcc">GCC 2.96 series</A></H2>
+<H2><A NAME="gcc">GCC 2.96</A></H2>
<P><B>The background:</B> The GCC <B>2.95</B> series is an official GNU release
and version 2.95.3 of GCC is the most bug-free in that series.
@@ -74,7 +74,7 @@
use 3.1 instead of 2.96. If you do not want to or cannot use the binary
packages, here is how you can compile GCC 3.1 from source:</P>
-<UL>
+<OL>
<LI>Go to the <A HREF="http://gcc.gnu.org/mirrors.html">GCC mirrors page</A>
page and download <CODE>gcc-core-3.1.tar.gz</CODE>. This includes the
complete C compiler and is sufficient for <B>MPlayer</B>. If you also want
@@ -94,10 +94,10 @@
<CODE>make bootstrap</CODE></LI>
<LI>Now you can install GCC (as root) by typing<BR>
<CODE>make install</CODE></LI>
-</UL>
+</OL>
-<H2><A NAME="binary">Binary distribution of MPlayer</A></H2>
+<H2><A NAME="binary">Binary distribution</A></H2>
<P>This was the second big problem but has been solved as of version
0.90-pre1. <B>MPlayer</B> previously contained source from the OpenDivX project,