<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40"><head><meta http-equiv=Content-Type content="text/html; charset=ks_c_5601-1987"><meta name=Generator content="Microsoft Word 14 (filtered medium)"><style><!--
/* Font Definitions */
@font-face
        {font-family:"¸¼Àº °íµñ";
        panose-1:2 11 5 3 2 0 0 2 0 4;}
@font-face
        {font-family:"\@¸¼Àº °íµñ";
        panose-1:2 11 5 3 2 0 0 2 0 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        margin-bottom:.0001pt;
        text-align:justify;
        text-justify:inter-ideograph;
        text-autospace:none;
        word-break:break-hangul;
        font-size:10.0pt;
        font-family:"¸¼Àº °íµñ";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:"¸¼Àº °íµñ";
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-family:"¸¼Àº °íµñ";}
/* Page Definitions */
@page WordSection1
        {size:612.0pt 792.0pt;
        margin:3.0cm 72.0pt 72.0pt 72.0pt;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]--></head><body lang=KO link=blue vlink=purple><div class=WordSection1><p class=MsoNormal><span lang=EN-US>Hello,<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>I have a referenced in (http://ffmpeg.org/pipermail/ffmpeg-devel/2012-April/123815.html)  because I want to speed up in H.264 decoder.<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>However I have an errors during compiling as following:<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US><o:p> </o:p></span></p><p class=MsoNormal><span lang=EN-US>$ make<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>CC      libavcodec/h264_cabac.o<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>libavcodec/h264_cabac.c: In function 'decode_cabac_residual_nondc_internal':<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>libavcodec/x86/h264_i386.h:101:5: error: can't find a register in class 'GENERAL_REGS' while reloading 'asm'<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>libavcodec/x86/h264_i386.h:101:5: error: 'asm' operand has impossible constraints<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>libavcodec/x86/cabac.h:115:5: error: 'asm' operand has impossible constraints<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>libavcodec/x86/cabac.h:115:5: error: 'asm' operand has impossible constraints<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>libavcodec/x86/cabac.h:115:5: error: 'asm' operand has impossible constraints<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>libavcodec/x86/cabac.h:115:5: error: 'asm' operand has impossible constraints<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>make: *** [libavcodec/h264_cabac.o] Error 1<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US><o:p> </o:p></span></p><p class=MsoNormal><span lang=EN-US>Also my configure for compiling is as following:<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>$ ./configure --enable-gpl --enable-shared --enable-swscale --enable-hwaccel=h264_dxva2 <o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>--enable-decoder=h264 --enable-w32threads --enable-memalign-hack --enable-yasm --disable-libvorbis --enable-cross-compile<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US> --target-os=mingw32 --arch=x86 --disable-filters --disable-encoders<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US><o:p> </o:p></span></p><p class=MsoNormal><span lang=EN-US>how do I solve the problems?<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>best regards in advances,<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>-nrson-<o:p></o:p></span></p></div></body></html>