diff options
author | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2002-08-23 10:50:19 +0000 |
---|---|---|
committer | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2002-08-23 10:50:19 +0000 |
commit | 4617c88ba90f03a1e1325c9450b8d012b81a26c0 (patch) | |
tree | e80488133e24300306464fbc8afb1193d24dd031 /DOCS/faq.html | |
parent | 2a9ec68ddc396c63a099731a75836b7a3d89556d (diff) |
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/faq.html')
-rw-r--r-- | DOCS/faq.html | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/DOCS/faq.html b/DOCS/faq.html index fd3b08f435..ace71d498e 100644 --- a/DOCS/faq.html +++ b/DOCS/faq.html @@ -42,8 +42,8 @@ </PRE> </DT> <DD>A: This is a known problem of gcc 3.0.4, upgrade to 3.1 to solve the - problem. How to install gcc is described - <A HREF="users_against_developers.html#gcc">here</A>.</DD> + problem. How to install gcc is described in the + <A HREF="users_against_developers.html#gcc">gcc 2.96</A> section.</DD> <DD> </DD> <DT>Q: Configure ends with this text, and MPlayer won't compile!<BR> @@ -378,7 +378,7 @@ </DT> <DD>A: Probably the audio uses a codec not natively supported by <B>MPlayer</B>. Install the Win32 codec package as described in the README - or <A HREF="documentation.html#installation">here</A>.</DD> + or in the <A HREF="documentation.html#installation">Installation</A> section.</DD> <DD> </DD> <DT>Q: ... works with avifile/aviplay but doesn't with MPlayer.</DT> @@ -397,9 +397,9 @@ <DT>Q: MPlayer exits with some error when using l3codeca.acm.</DT> <DD>A: Check <CODE>ldd /usr/local/bin/mplayer</CODE> output. If it contains<BR> - <CODE>libc.so.6 => /lib/libc.so.6 (0x4???????)</CODE><BR> + <CODE>libc.so.6 => /lib/libc.so.6 (0x4???????)</CODE><BR> where "?" is any number then it's OK, the error is not here. If it is:<BR> - <CODE>libc.so.6 => /lib/libc.so.6 (0x00??????)</CODE><BR> + <CODE>libc.so.6 => /lib/libc.so.6 (0x00??????)</CODE><BR> then there is a problem with your kernel/libc. Maybe you are using some security patches (for example Solar Designer's OpenWall patch) which forces loading libraries to very low addresses. @@ -530,7 +530,7 @@ <PRE> AO: [oss] 44100Hz 2ch Signed 16-bit (Little-Endian) audio_setup: Can't open audio device /dev/dsp: Device or resource busy - couldn't open/init audio device -> NOSOUND + couldn't open/init audio device -> NOSOUND Audio: no sound!!! Start playing... </PRE> @@ -629,7 +629,7 @@ <DT>Q: While playing a DVD, I encountered this error:<BR> <CODE>mplayer: ifo_read.c:1143: ifoRead_C_ADT_internal: Assertion - nfo_length / sizeof(cell_adr_t) >= c_adt->nr_of_vobs' failed.</CODE></DT> + nfo_length / sizeof(cell_adr_t) >= c_adt->nr_of_vobs' failed.</CODE></DT> <DD>A: This is a known libdvdread 0.9.1/0.9.2 bug. Use <B>libmpdvdkit</B>, which is present in MPlayer source, and used by default.</DD> <DD> </DD> |