<br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">
> I have got that to build, however compared to builds<br>
> from the zeranoe site (and also builds I have asked a<br>
> friend of mine to make for me using mingw with gcc),<br>
> I always end up with seeking problems.<br>
<br>
</div>This is surprising.<br>
Are you sure that you are testing the same versions?<br></blockquote><div><br></div><div>I have downloaded the zeranoe build marked as 1.1.3 and I also got <a href="http://ffmpeg.org/releases/ffmpeg-1.1.3.tar.bz2">http://ffmpeg.org/releases/ffmpeg-1.1.3.tar.bz2</a> and built that myself.. so I would say it's the same version. However I got the same problem with previous versions too (tried 1.0.1, and 1.1 for example). </div>
<div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Did you try to disable optimizations?<br>
<div class="im"><br></div></blockquote><div>For some reason I get build errors as soon as I use --disable-optimizations:</div><div><br></div><div><div><font color="#000099">LD<span class="Apple-tab-span" style="white-space:pre"> </span>libavutil/avutil-52.dll</font></div>
<div><font color="#000099"> Creating library libavutil/avutil.lib and object libavutil/avutil.exp</font></div><div><font color="#000099">cpu.o : error LNK2019: unresolved external symbol _ff_get_cpu_flags_ppc referenced in function _av_get_cpu_flags</font></div>
<div><font color="#000099">cpu.o : error LNK2019: unresolved external symbol _ff_get_cpu_flags_arm referenced in function _av_get_cpu_flags</font></div><div><font color="#000099">libavutil/avutil-52.dll : fatal error LNK1120: 2 unresolved externals</font></div>
<div><font color="#000099">make: *** [libavutil/avutil-52.dll] Error 1</font></div></div><div><br></div><div>If I don't disable optimizations I don't get that and it builds fine... but no idea about that (I have never really looked into the ffmpeg code except for the public headers)</div>
<div><br></div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">
> In most files everything seems to work fine, however<br>
> when I have larger MKV files (for example I got one<br>
> 15 GB movie file)<br>
<br>
</div>Does mkvalidator report the following?<br>
"Unnecessary secondary SeekHead was found at "<br>
(followed by a very large number)<br>
This would indicate ticket #2263, we don't even<br>
know how to produce such a file...<br>
<br></blockquote><div>No, what mkvalidator says is:</div><div><div><font color="#000099">mkvalidator 0.4.2: the file appears to be valid</font></div><div><font color="#000099">Track #1 V_MPEG4/ISO/AVC 423468 bits/s</font></div>
<div><font color="#000099">Track #2 A_DTS -216696 bits/s</font></div><div><font color="#000099">Track #3 S_TEXT/UTF8 1 bits/s</font></div><div><font color="#000099">Track #4 S_TEXT/UTF8 36 bits/s</font></div>
<div><font color="#000099"> file created with mkv2rls v1.3 (date: 2010 aug 28) / x264.exe</font></div></div><div>I also get a lot of:</div><div><font color="#000099">WRN0C0: First Block for video track #1 in Cluster at 16348469372 is not a keyframe</font></div>
<div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
[...]<br>
<div class="im"><br>
> I used this configuration (which contains the essentails<br>
> I need: LGPL, v3, dxva2 support, shared dlls):<br>
<br>
</div>Completely unrelated: Could you explain why you "need" v3 ?<br>
<br></blockquote><div>No, I don't need it, sorry, copy-paste thing from somewhere else oops... I do need LGPL and dxva2 though... </div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Carl Eugen<br>
<br>
_______________________________________________<br>
Libav-user mailing list<br>
<a href="mailto:Libav-user@ffmpeg.org">Libav-user@ffmpeg.org</a><br>
<a href="http://ffmpeg.org/mailman/listinfo/libav-user" target="_blank">http://ffmpeg.org/mailman/listinfo/libav-user</a><br>
</blockquote></div><br>