<div dir="ltr">2013/4/3 Carl Eugen Hoyos <span dir="ltr"><<a href="mailto:cehoyos@ag.or.at" target="_blank">cehoyos@ag.or.at</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 class="im">Lars Hammarstrand <lars.hammarstrand@...> writes:<br>
<br>
> Ok, can you please confirm I'm at the correct starting point:<br>
><br>
> $ git bisect good 3c5fe5b<br>
<br>
</div>Only you can answer if 3c5fe5b works ok, if it does,<br>
please test a1bcc76.<br></blockquote><div><br></div><div><div><div>My fault, sorry I was unclear: </div><div><br></div><div> a) Does commit nr "3c5fe5b" correspond to 0.10.2. </div><div> b) I'm just curious but where and how do you manage to "dig out" that info?</div>
</div></div><div><br></div><div> <br></div><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">
(In case this is not obvious: Because of the<br>
peculiarities of the FFmpeg project, your<br>
script may save you some time but will not<br>
work the way you are used to from other git<br>
repositories, I therefore suggest manual<br>
compilation.)<br></blockquote><div><br></div><div style>I understand. I'll try the manual way with the three commits you suggested.</div><div><br></div><div> </div><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">
If compilation really takes >10minutes, you can<br>
try the following configure line with current<br>
git head:<br>
$ ./configure --disable-everything --enable-protocol=file<br>
--enable-demuxer=mov --enable-parser=h264 --enable-decoder=h264<br>
<br>
(You of course have to add the cross-compilation options.)<br>
<br>
This assumes your crashing test file is a mov file,<br>
adapt the --enable-demuxer entry in case it is not.<br>
<br>
You can also test --disable-optimizations, this speeds<br>
compilation up significantly but may hide the bug: It<br>
is probably ok in your case but who knows.<br>
<br>
(This will work even less with a script because some<br>
revisions will need additional --enable-* options to<br>
succeed compilation.)<br>
<div class=""><div class="h5"><br></div></div></blockquote><div> </div><div style>Exactly what I was looking for, thank you! </div></div><br></div></div>