comparison DOCS/xml/en/faq.xml @ 11031:f57563a141aa

libfaad FAQ, external FAAD info added back.
author diego
date Tue, 07 Oct 2003 10:18:55 +0000
parents 49b1a67e7381
children b5bffec1a657
comparison
equal deleted inserted replaced
11030:2991766c057c 11031:f57563a141aa
61 Are there binary (RPM/deb) packages of <application>MPlayer</application>? 61 Are there binary (RPM/deb) packages of <application>MPlayer</application>?
62 </para></question> 62 </para></question>
63 <answer><para> 63 <answer><para>
64 See the <link linkend="debian">Debian</link> and <link linkend="rpm">RPM</link> 64 See the <link linkend="debian">Debian</link> and <link linkend="rpm">RPM</link>
65 section for details. 65 section for details.
66 </para></answer>
67 </qandaentry>
68
69 <qandaentry>
70 <question><para>
71 Compilation stops with an error message similar to this one:
72 <screen>
73 cfft.c: In function`passf2':
74 cfft.c:556: unable to find a register to spill in class `FLOAT_REGS'
75 cfft.c:556: this is the insn:
76 (insn 235 233 246 (set (subreg:SF (reg/v:DI 29 rmm0 [110]) 0)
77 (minus:SF (mem:SF (plus:SI (mult:SI (reg:SI 1 edx [112])
78 (const_int 8 [0x8]))
79 (reg/v/f:SI 3 ebx [62])) [4 S4 A32])
80 (reg:SF 8 st(0) [132]))) 533 {*fop_sf_1_nosse} (insn_list
81 232 (nil)) (expr_list:REG_DEAD (reg:SF 8 st(0) [132])
82 (nil)))
83 cfft.c:556: confused by earlier errors, bailing out
84 </screen>
85 </para></question>
86 <answer><para>
87 This is a known problem of <application>gcc</application> 3.2, upgrade
88 to 3.3 to solve the problem. How to install gcc is described in the
89 <link linkend="gcc-296">gcc 2.96</link> section. Alternatively you can use
90 an external FAAD library as described in the
91 <link linkend="aac">AAC</link> section.
66 </para></answer> 92 </para></answer>
67 </qandaentry> 93 </qandaentry>
68 94
69 <qandaentry> 95 <qandaentry>
70 <question><para> 96 <question><para>