<div dir="ltr">2013/3/30 Lars Hammarstrand <span dir="ltr"><<a href="mailto:lars.hammarstrand@gmail.com" target="_blank">lars.hammarstrand@gmail.com</a>></span><br><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
<div dir="ltr">2013/3/30 Alex Cohn <span dir="ltr"><<a href="mailto:alexcohn@netvision.net.il" target="_blank">alexcohn@netvision.net.il</a>></span><br><div class="gmail_extra"><div class="gmail_quote"><div class="im">
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
<p dir="ltr"></p><div>On 30 Mar 2013 20:35, "Lars Hammarstrand" <<a href="mailto:lars.hammarstrand@gmail.com" target="_blank">lars.hammarstrand@gmail.com</a>> wrote:<br>
>> If the crash is reproducible with FFmpeg, you don't need xbmc to test.<br>
> Sounds very good, but how? With the ffmpeg tools (ffplay, etc) as a stand alone package directly on ios?<br></div>
Exactly. This makes search for the problematic commit much easier, and also helps to fix it.</blockquote><div> </div></div><div>Cool - didn't know that ffplay was able to run on ios "bare-metal" !! Ssh to the device and start ffplay, just that simple? Must test this at once... :)</div>
</div></div></div></blockquote><div><br></div><div style>I'm gonna rebuild ffmpeg n1.2 to enable ffplay for ios 5.0 . What do think about the following config flags (copied from the <span style="font-family:arial,sans-serif;font-size:13px">kxmovie build):</span><span style="font-family:arial,sans-serif;font-size:13px"> </span></div>
<div style><br></div><div style><div><font face="courier new, monospace">--disable-ffmpeg</font></div><div><font face="courier new, monospace">--disable-ffserver</font></div><div><font face="courier new, monospace">--disable-ffprobe</font></div>
<div><font face="courier new, monospace">--disable-doc</font></div><div><font face="courier new, monospace">--disable-bzlib</font></div><div><font face="courier new, monospace">--target-os=darwin</font></div><div><font face="courier new, monospace">--enable-cross-compile</font></div>
<div><font face="courier new, monospace">--enable-gpl</font></div><div><font face="courier new, monospace">--enable-version3</font></div><div><font face="courier new, monospace">--arch=arm</font></div><div><font face="courier new, monospace">--cpu=cortex-a8</font></div>
<div><font face="courier new, monospace">--enable-pic</font></div><div><font face="courier new, monospace">--extra-cflags='-arch armv7'</font></div><div><font face="courier new, monospace">--extra-ldflags='-arch armv7'</font></div>
<div><font face="courier new, monospace">--extra-cflags='-mfpu=neon -mfloat-abi=softfp -mvectorize-with-neon-quad'</font></div><div><font face="courier new, monospace">--enable-neon</font></div><div><font face="courier new, monospace">--enable-optimizations</font></div>
<div><font face="courier new, monospace">--enable-debug=3</font></div><div><font face="courier new, monospace">--disable-stripping</font></div><div><font face="courier new, monospace">--disable-armv5te</font></div><div><font face="courier new, monospace">--disable-armv6</font></div>
<div><font face="courier new, monospace">--disable-armv6t2</font></div><div><font face="courier new, monospace">--enable-small</font></div><div><font face="courier new, monospace">--cc='/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/gcc'</font></div>
<div><font face="courier new, monospace">--as='<a href="http://gas-preprocessor.pl">gas-preprocessor.pl</a> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/gcc'</font></div>
<div><font face="courier new, monospace">--sysroot='/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS6.1.sdk'</font></div><div><font face="courier new, monospace">--extra-ldflags='-L/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS6.1.sdk/usr/lib/system'</font></div>
<div><br></div></div><div style> </div></div></div></div>