Fixed bug near line 761.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14681 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
jheryan 2005-02-10 10:01:31 +00:00
parent 5082eea41c
commit 1a2fe3da0d
1 changed files with 1 additions and 1 deletions

View File

@ -761,7 +761,7 @@ where "?" is any number then it's OK, the error is not here. If it is:
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. Because <filename>l3codeca.acm</filename> is a
non-relocatable DLL, it must be loaded to <literal>0x00400000</literal>, we can't
non-relocatable DLL, it must be loaded to <literal>0x40000000</literal>, we can't
change this. You should use a non-patched kernel, or use <application>MPlayer</application>'s
<option>-afm 1</option> option to disable using <filename>l3codeca.acm</filename>.
</para></answer>