1
0
mirror of https://github.com/mpv-player/mpv synced 2025-04-17 20:58:20 +00:00

synced with r24938

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24939 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
Gabrov 2007-11-02 22:43:17 +00:00
parent 89a5add794
commit 95ea9d4120
3 changed files with 318 additions and 239 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- synced with r23271 -->
<!-- synced with r24907 -->
<chapter id="ports" xreflabel="Ports">
<title>Portok</title>
@ -663,13 +663,6 @@ be a konfigurációs fájlodba.
</para>
<note>
<para>
Windows-on a futásidejű CPU-detektálás letiltja az SSE támogatást
visszatérő és nehezen követhető SSE-vel kapcsolatos fagyások miatt. Ha
szeretnél SSE támogatást, futás idejű CPU-detektálás nélkül kell
fordítanod.
</para>
<para>
Ha Pentium 4-ed van és fagyásokat tapasztalsz a RealPlayer
codec-ekkel, le kell tiltanod a hyperthread támogatást.

View File

@ -3,7 +3,7 @@
//... Okay enough of the hw, now send the other two!
//
// Updated by: Gabrov <gabrov@freemail.hu>
// Sync'ed with help_mp-en.h r24790 (2007. 10. 16.)
// Sync'ed with help_mp-en.h r24924 (2007. 11. 02.)
// ========================= MPlayer help ===========================
@ -1253,6 +1253,7 @@ static char help_text[]=
// ======================= AF Audio Filters ================================
// libaf
#define MSGTR_AF_ValueOutOfRange MSGTR_VO_ValueOutOfRange
// af_ladspa.c
@ -1766,6 +1767,17 @@ static char help_text[]=
#define MSGTR_LIBVO_DXR3_XCorrection "[VO_DXR3] Xcorrection: %d.\n"
#define MSGTR_LIBVO_DXR3_FailedSetSignalMix "[VO_DXR3] Sikertelen a kevert jel beállítása!\n"
// libvo/font_load_ft.c
#define MSGTR_LIBVO_FONT_LOAD_FT_NewFaceFailed "New_Face sikertelen. Talán hibás a betűtípus útvonala.\nKérlek add meg a szöveges betűtípus fájlt (~/.mplayer/subfont.ttf).\n"
#define MSGTR_LIBVO_FONT_LOAD_FT_NewMemoryFaceFailed "New_Memory_Face sikertelen.\n"
#define MSGTR_LIBVO_FONT_LOAD_FT_SubFaceFailed "subtitle font: load_sub_face sikertelen.\n"
#define MSGTR_LIBVO_FONT_LOAD_FT_SubFontCharsetFailed "subtitle font: prepare_charset sikertelen.\n"
#define MSGTR_LIBVO_FONT_LOAD_FT_CannotPrepareSubtitleFont "Nem lehet előkészíteni a felirat betűtípusát.\n"
#define MSGTR_LIBVO_FONT_LOAD_FT_CannotPrepareOSDFont "Nem lehet előkészíteni az OSD betűtípusát.\n"
#define MSGTR_LIBVO_FONT_LOAD_FT_CannotGenerateTables "Nem generálhatóak a táblázatok.\n"
#define MSGTR_LIBVO_FONT_LOAD_FT_DoneFreeTypeFailed "FT_Done_FreeType sikertelen.\n"
// libvo/vo_mga.c
#define MSGTR_LIBVO_MGA_AspectResized "[VO_MGA] aspect(): átméretezve erre: %dx%d.\n"