<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}
pre
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:10.0pt;
        font-family:"Courier New"}
span.EmailStyle17
        {font-family:"Calibri","sans-serif";
        color:windowtext}
span.HTMLPreformattedChar
        {font-family:"Courier New"}
.MsoChpDefault
        {}
@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">Carl,</p>
<p class="MsoNormal"> </p>
<p class="MsoNormal">Here’s the stripping error:</p>
<p class="MsoNormal"><span style="color:#632523">STRIP   ffmpeg</span></p>
<p class="MsoNormal"><span style="color:#632523">strip: Unable to recognise the format of the input file `ffmpeg'</span></p>
<p class="MsoNormal"><span style="color:#632523">make: *** [ffmpeg] Error 1</span></p>
<p class="MsoNormal"> </p>
<p class="MsoNormal">If I use assembly, I get into all sorts of “Error: selected processor does not support `XYZ’” errors. Here’s one:</p>
<pre><span style="color:#632523">AS      libavcodec/arm/ac3dsp_arm.o</span></pre>
<pre><span style="color:#632523">./libavutil/arm/asm.S: Assembler messages:</span></pre>
<pre><span style="color:#632523">./libavutil/arm/asm.S:134: Warning: stray `\'</span></pre>
<pre><span style="color:#632523">./libavutil/arm/asm.S:135: Warning: stray `\'</span></pre>
<pre><span style="color:#632523">./libavutil/arm/asm.S:143: Warning: stray `\'</span></pre>
<pre><span style="color:#632523">libavcodec/arm/ac3dsp_arm.S:30: Error: selected processor does not support `it gt'</span></pre>
<pre><span style="color:#632523">make[1]: *** [libavcodec/arm/ac3dsp_arm.o] Error 1</span></pre>
<pre><span style="color:#632523">make[1]: Leaving directory `/home/vsawant/latest_mplayer/mplayer_arm/ffmpeg'</span></pre>
<pre><span style="color:#632523">make: *** [ffmpeg/libavcodec/libavcodec.a] Error 2</span></pre>
<p class="MsoNormal"> </p>
<p class="MsoNormal">I use FreeScale iMX27 that uses Processor : ARM926EJ-S rev 4 (v5l) . The toolkit doesn’t have YASM, but the configure script needs one. That’s why I have to disable it.
<i>arm-none-linux-gnueabi-gcc</i> is used for assembly.</p>
<p class="MsoNormal"> </p>
<p class="MsoNormal">As with –disable-everything, we only need a limited set of audio codecs such as WMA and none of the video codecs. So the first thing was to build the libraries using the cross-compiler and then enable just the needed codecs. You have any
 suggestions?</p>
<pre> </pre>
<pre>-Vikas</pre>
<p class="MsoNormal"> </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>