diff options
author | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2003-10-07 10:18:55 +0000 |
---|---|---|
committer | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2003-10-07 10:18:55 +0000 |
commit | ad786f5450490c3dcab3265e86222b7792b7e708 (patch) | |
tree | 4dc945ff6c49d47beb7efa51b8cb12cc45ec61d3 /DOCS/xml/en/faq.xml | |
parent | 3d9e6819cd1e64e4cf46f5d4643ed208c795e28f (diff) |
libfaad FAQ, external FAAD info added back.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11032 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS/xml/en/faq.xml')
-rw-r--r-- | DOCS/xml/en/faq.xml | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/DOCS/xml/en/faq.xml b/DOCS/xml/en/faq.xml index a56c4a33d1..2946b8daea 100644 --- a/DOCS/xml/en/faq.xml +++ b/DOCS/xml/en/faq.xml @@ -70,6 +70,32 @@ section for details. <question><para> Compilation stops with an error message similar to this one: <screen> + cfft.c: In function`passf2': + cfft.c:556: unable to find a register to spill in class `FLOAT_REGS' + cfft.c:556: this is the insn: + (insn 235 233 246 (set (subreg:SF (reg/v:DI 29 rmm0 [110]) 0) + (minus:SF (mem:SF (plus:SI (mult:SI (reg:SI 1 edx [112]) + (const_int 8 [0x8])) + (reg/v/f:SI 3 ebx [62])) [4 S4 A32]) + (reg:SF 8 st(0) [132]))) 533 {*fop_sf_1_nosse} (insn_list + 232 (nil)) (expr_list:REG_DEAD (reg:SF 8 st(0) [132]) + (nil))) + cfft.c:556: confused by earlier errors, bailing out +</screen> +</para></question> +<answer><para> +This is a known problem of <application>gcc</application> 3.2, upgrade +to 3.3 to solve the problem. How to install gcc is described in the +<link linkend="gcc-296">gcc 2.96</link> section. Alternatively you can use +an external FAAD library as described in the +<link linkend="aac">AAC</link> section. +</para></answer> +</qandaentry> + +<qandaentry> +<question><para> +Compilation stops with an error message similar to this one: +<screen> In file included from mplayer.c:34: mw.h: In function `mplMainDraw': mw.h:209: Internal compiler error in print_rtl_and_abort, at flow.c:6458 |