mirror of https://github.com/mpv-player/mpv
Typo noticed by Reimar Döffinger.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13698 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
259ebf6c49
commit
dda11fcf1e
|
@ -51,7 +51,7 @@
|
|||
<CODE>Your gcc does not support even i386 for '-march' and '-mcpu'.
|
||||
</CODE></DT>
|
||||
<DD>A: Dein gcc ist nicht richtig installiert, prüfe
|
||||
<CODE>config.log</CODE> für Details.</DD>
|
||||
<CODE>configure.log</CODE> für Details.</DD>
|
||||
<DD> </DD>
|
||||
|
||||
<DT>Q: Was bedeutet "No such file or directory"?</DT>
|
||||
|
|
|
@ -131,7 +131,7 @@ Configure ends with this text, and <application>MPlayer</application> won't comp
|
|||
<screen>Your gcc does not support even i386 for '-march' and '-mcpu'</screen>
|
||||
</para></question>
|
||||
<answer><para>
|
||||
Your gcc isn't installed correctly, check the <filename>config.log</filename>
|
||||
Your gcc isn't installed correctly, check the <filename>configure.log</filename>
|
||||
file for details.
|
||||
</para></answer>
|
||||
</qandaentry>
|
||||
|
|
|
@ -133,7 +133,7 @@ Configure termina con este texto, y
|
|||
</para></question>
|
||||
<answer><para>
|
||||
Si su gcc no está instalado correctamente, compruebe el archivo
|
||||
<filename>config.log</filename> para más detalles.
|
||||
<filename>configure.log</filename> para más detalles.
|
||||
</para></answer>
|
||||
</qandaentry>
|
||||
|
||||
|
|
|
@ -103,7 +103,7 @@ Configure se termine par ce texte, et MPlayer ne compile pas !
|
|||
<screen>Your gcc does not support even i386 for '-march' and '-mcpu'</screen>
|
||||
</para></question>
|
||||
<answer><para>
|
||||
Votre gcc n'est pas installé correctement, voir le fichier <filename>config.log</filename>
|
||||
Votre gcc n'est pas installé correctement, voir le fichier <filename>configure.log</filename>
|
||||
pour plus de détails.
|
||||
</para></answer>
|
||||
</qandaentry>
|
||||
|
|
|
@ -132,7 +132,7 @@ Konfiguracja kończy się takim komunikatem i <application>MPlayer</application>
|
|||
(Twój gcc nie obsługuje nawet i386 dla '-march' oraz '-mcpu')
|
||||
</para></question>
|
||||
<answer><para>
|
||||
Twój gcc nie jest poprawnie zainstalowany. Sprawdź <filename>config.log</filename>
|
||||
Twój gcc nie jest poprawnie zainstalowany. Sprawdź <filename>configure.log</filename>
|
||||
aby uzyskać szczegóły.
|
||||
</para></answer>
|
||||
</qandaentry>
|
||||
|
|
|
@ -47,7 +47,7 @@
|
|||
<DT>Q:Configure结束时出现这样的文字,MPlayer无法编译!<BR>
|
||||
<CODE>"Your gcc does not support even i386 for '-march' and '-mcpu'."</CODE>
|
||||
</DT>
|
||||
<DD>A:你的gcc没有正确的安装,细节需要查看<CODE>config.log</CODE>文件。</DD>
|
||||
<DD>A:你的gcc没有正确的安装,细节需要查看<CODE>configure.log</CODE>文件。</DD>
|
||||
<DD> </DD>
|
||||
|
||||
<DT>Q:"No such file or directory"是什么意思?</DT>
|
||||
|
|
Loading…
Reference in New Issue