summaryrefslogtreecommitdiffstats
path: root/DOCS/users_against_developers.html
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-08-23 10:50:19 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-08-23 10:50:19 +0000
commit4617c88ba90f03a1e1325c9450b8d012b81a26c0 (patch)
treee80488133e24300306464fbc8afb1193d24dd031 /DOCS/users_against_developers.html
parent2a9ec68ddc396c63a099731a75836b7a3d89556d (diff)
downloadmpv-4617c88ba90f03a1e1325c9450b8d012b81a26c0.tar.bz2
mpv-4617c88ba90f03a1e1325c9450b8d012b81a26c0.tar.xz
Applied patch by Andras Mohari <mayday@varoshaza.nagyatad.hu>, slightly
modified. * Fixed <> chars (or replaced them with something else, where it was trivial). * weblint complained about <A HREF="...">here</A> being a bad form, so I replaced them with more descriptive text. * Fixed empty <A NAME="..."> tags. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7077 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS/users_against_developers.html')
-rw-r--r--DOCS/users_against_developers.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/DOCS/users_against_developers.html b/DOCS/users_against_developers.html
index 4a6e7bf518..558a8ab34a 100644
--- a/DOCS/users_against_developers.html
+++ b/DOCS/users_against_developers.html
@@ -49,7 +49,7 @@
bugs, especially since some workarounds may imply a performance penalty.</P>
<P>You can read about the other side of the story
- <A HREF="http://www.bero.org/gcc296.html">here</A>.
+ <A HREF="http://www.bero.org/gcc296.html">at this site</A>.
GCC 2.96 does not allow | (pipe) characters in assembler comments
because it supports Intel as well as AT&amp;T Syntax and the | character is a
symbol in the Intel variant. The problem is that it <B>silently</B> ignores the
@@ -67,9 +67,9 @@
<P>If you have problems with GCC 2.96, you can get 2.96-85 packages from the
Red Hat <A HREF="ftp://updates.redhat.com">ftp server</A>, or just go for the
- 3.0.4 packages offered for version 7.2 and later. You can also get gcc-3.1
- packages (unofficial, but working fine)
- <A HREF="ftp://people.redhat.com/jakub/gcc3/3.1-1/">here</A> and you can
+ 3.0.4 packages offered for version 7.2 and later. You can also get
+ <A HREF="ftp://people.redhat.com/jakub/gcc3/3.1-1/">gcc-3.1 packages</A>
+ (unofficial, but working fine) and you can
install them along the gcc-2.96 you already have. MPlayer will detect it and
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>