<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>Hello all,<br><br>I am currently using libav decoder in openembedded platform. When configuring the libav, I was forced to use --disable-yasm option because of our old version openembedded system. I realized that I also added --disable-asm option, which I thought that they are the same. Now I see that the libav compiles ./configure --disable-yasm. <br><br>Questions:<br>1. Could you please tell me what is the difference between these options? Obviously one of them is for asm optimization and the other for, let say, asm compiler but what is the correlation between them. <br>2. Do I lose a lot of decoding performance because of --disable-yasm option? <br><br>Thanks a lot,<br>Regards,<br><br>Jay<br> </div></body>
</html>