diff options
author | paszczi <paszczi@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2004-03-28 21:18:02 +0000 |
---|---|---|
committer | paszczi <paszczi@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2004-03-28 21:18:02 +0000 |
commit | 4183d68f3dbd128bb385ec899dee50f9a9a237fe (patch) | |
tree | 91733358ea96a63757d278efbc4b35f145a80b59 /DOCS | |
parent | 838493bf7d4c09b05ee20e1959cca6be55123dce (diff) |
added <application> tag and some 10l, patch by frogu <l_j_p@wp.pl>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12080 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r-- | DOCS/xml/en/faq.xml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/DOCS/xml/en/faq.xml b/DOCS/xml/en/faq.xml index d4b57e6fa6..654616b1cd 100644 --- a/DOCS/xml/en/faq.xml +++ b/DOCS/xml/en/faq.xml @@ -641,7 +641,8 @@ two weeks). <para> When <application>MPlayer</application> tries to load a Windows DLL it wants to put it at a specific address (0x400000). If an important system -library happens to be there already, MPlayer will crash. +library happens to be there already, <application>MPlayer</application> +will crash. (A typical symptom would be a segmentation fault when trying to play Windows Media 9 files.) </para> @@ -672,7 +673,7 @@ PRELINK_OPTS="-mR --no-exec-shield" quite a while.)</para></listitem> <listitem> <para><command>execstack -s <replaceable>/path/to/</replaceable>mplayer</command> -(This turns off execshield for the <application>MPlayer</application> binary.) +(This turns off exec-shield for the <application>MPlayer</application> binary.) </para> </listitem> </orderedlist> |