<div>Hi,</div><div>   I want to use the x264 to encode video data in ffmpeg library, the compiling configuration are listed as following.</div><div>the x264 compiling configuration:</div><div>./configure --enable-shared --enable-win32thread --system-libx264 --disable-asm</div><div>the ffmpeg compiling configuration:</div><div>./configure --disable-programs --enable-shared --disable-static --enable-memalign-hack --disable-debug --enable-gpl --enable-libx264 --enable-runtime-cpudetect --enable-pthreads</div><div> </div><div>The encoding program will work very OK if they are configured as above, but if I remove the --disable-asm in x264 configuration(I want to use asm to improve the encoder performance), the encoding program will incur address accessing error after 10-15 times calling encode function.  I don't know what mistake I have made, I'll very appreciate anyone who can help me, thanks very much.</div><div> </div><div>note: I have added the yasm.exe into the bin directory, and I suppose it shoud work successfully because the compiling has no any error and the ffmpeg's configuration has no disable-asm parameter.</div><div> </div><div><div style="color: rgb(0, 0, 0); font-family: Verdana; font-size: 14px;"><div><div style="color: rgb(144, 144, 144); font-family: Arial Narrow; font-size: 12px;">------------------</div><div style="color: rgb(0, 0, 0); font-family: Verdana; font-size: 14px;"><div><font color="#3366ff">Best Regards,</font></div>
<div><font color="#3366ff">Justin</font></div></div></div></div></div><div><div><div><br> </div></div></div>