<br><br><div class="gmail_quote">On Wed, Jun 11, 2008 at 4:15 PM, Gabriel Bouvigne &lt;<a href="mailto:gabriel.bouvigne@joost.com">gabriel.bouvigne@joost.com</a>&gt; wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Might be the same stack alignment issue as with MSVC. Does removing this<br>
section from frame.c cures your issue?<br>
<br>
Section to remove/comment:<br>
<br>
 &nbsp; &nbsp; &nbsp; &nbsp; if( cpu&amp;X264_CPU_SSE2 )<br>
 &nbsp; &nbsp; &nbsp; &nbsp; {<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; pf-&gt;deblock_v_luma = x264_deblock_v_luma_sse2;<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; pf-&gt;deblock_h_luma = x264_deblock_h_luma_sse2;<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; pf-&gt;deblock_v_luma_intra = x264_deblock_v_luma_intra_sse2;<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; pf-&gt;deblock_h_luma_intra = x264_deblock_h_luma_intra_sse2;<br>
 &nbsp; &nbsp; &nbsp; &nbsp; }<br>
<font color="#888888"></font></blockquote><div>&nbsp;<br>oh, that works, thanks a lot:)<br><br>Is there any compiling options to avoid the alignment issue without modifying the code?<br>There may be many similar problems when using ICC, I found another when encoding with b frames:<br>
<br>Program received signal SIGSEGV, Segmentation fault.<br>[Switching to Thread 1768266640 (LWP 11654)]<br>0x6fa36b62 in x264_pixel_avg_weight_w8_sse2 ()<br><br></div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<font color="#888888"><br>
<br>
--<br>
Gabriel<br>
_______________________________________________<br>
x264-devel mailing list<br>
<a href="mailto:x264-devel@videolan.org">x264-devel@videolan.org</a><br>
<a href="http://mailman.videolan.org/listinfo/x264-devel" target="_blank">http://mailman.videolan.org/listinfo/x264-devel</a><br>
</font></blockquote></div><br><br clear="all"><br>-- <br>truly yours<br>ice