<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<style>
<!--
@font-face
        {font-family:Calibri}
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri","sans-serif"}
a:link, span.MsoHyperlink
        {color:blue;
        text-decoration:underline}
a:visited, span.MsoHyperlinkFollowed
        {color:purple;
        text-decoration:underline}
span.EmailStyle17
        {font-family:"Calibri","sans-serif";
        color:windowtext}
.MsoChpDefault
        {font-family:"Calibri","sans-serif"}
@page WordSection1
        {margin:1.0in 1.0in 1.0in 1.0in}
div.WordSection1
        {}
-->
</style>
</head>
<body lang="EN-US" link="blue" vlink="purple">
<div class="WordSection1">
<p class="MsoNormal">I’m cross-compiling ffmpeg (through mplayer) and getting this error.
</p>
<p class="MsoNormal"> </p>
<p class="MsoNormal"><span style="color:red">AS      libavcodec/arm/ac3dsp_arm.o</span></p>
<p class="MsoNormal"><span style="color:red">./libavutil/arm/asm.S: Assembler messages:</span></p>
<p class="MsoNormal"><span style="color:red">./libavutil/arm/asm.S:134: Warning: stray `\'</span></p>
<p class="MsoNormal"><span style="color:red">./libavutil/arm/asm.S:135: Warning: stray `\'</span></p>
<p class="MsoNormal"><span style="color:red">./libavutil/arm/asm.S:143: Warning: stray `\'</span></p>
<p class="MsoNormal"><span style="color:red">libavcodec/arm/ac3dsp_arm.S:30: Error: selected processor does not support `it gt'</span></p>
<p class="MsoNormal"><span style="color:red">make[1]: *** [libavcodec/arm/ac3dsp_arm.o] Error 1</span></p>
<p class="MsoNormal"><span style="color:red">make[1]: Leaving directory `/home/vsawant/latest_mplayer/mplayer_arm/ffmpeg'</span></p>
<p class="MsoNormal"><span style="color:red">make: *** [ffmpeg/libavcodec/libavcodec.a] Error 2</span></p>
<p class="MsoNormal"> </p>
<p class="MsoNormal">I tried to compile the assembly code individually, but I still see this error:</p>
<p class="MsoNormal"> </p>
<p class="MsoNormal"><b>$ arm-none-linux-gnueabi-gcc -march=armv5te -I../../ -c ac3dsp_arm.S
</b></p>
<p class="MsoNormal"><span style="color:red">../../libavutil/arm/asm.S: Assembler messages:</span></p>
<p class="MsoNormal"><span style="color:red">../../libavutil/arm/asm.S:134: Warning: stray `\'</span></p>
<p class="MsoNormal"><span style="color:red">../../libavutil/arm/asm.S:135: Warning: stray `\'</span></p>
<p class="MsoNormal"><span style="color:red">../../libavutil/arm/asm.S:143: Warning: stray `\'</span></p>
<p class="MsoNormal"><span style="color:red">ac3dsp_arm.S:30: Error: selected processor does not support `it gt'</span></p>
<p class="MsoNormal"> </p>
<p class="MsoNormal">I believe it’s a thumb instruction, but I have disabled thumb. Is there a way to get around it or modify it?</p>
<p class="MsoNormal"> </p>
<p class="MsoNormal">Thanks,</p>
<p class="MsoNormal">Vikas</p>
</div>
<br>
<br>
<font color="black"><font size="2">
<p style="font-family:arial,sans-serif">This e-mail message and all attachments transmitted with it may contain legally privileged and confidential information intended solely for the use of the addressee. If you are not the intended recipient, you are hereby
 notified that any reading, dissemination, distribution, copying, or other use of this message or its attachments is strictly prohibited.</p>
</font></font>
</body>
</html>