<div dir="ltr"><div class="gmail_default" style="font-size:small">Andrea,</div><div class="gmail_default" style="font-size:small">If you get this going and do some crucial testing, let me know so we can update CinGG with 4.4.  (I can fix and test patch2 so take it out as Andrew suggested).</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">Andrew,</div><div class="gmail_default" style="font-size:small"><div class="gmail_default" style="font-size:small">Also, should Andrea apply the patch3 diff file you provided around April 2 while testing also?   ffmpeg_git_patch_3_update.diff</div><div class="gmail_default" style="font-size:small"><br></div></div><div class="gmail_default" style="font-size:small"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Because I was compiling with <span class="gmail-il">ffmpeg</span> git (commit ec4c04aa7b5a0c7a91e4a65775826283d23e08ac)<br>
additional small patch for <span class="gmail-il">ffmpeg</span>.git.patch3 was needed:<br><br>
diff --git a/cinelerra-5.1/thirdparty/src/<span class="gmail-il">ffmpeg</span>.git.patch3 b/cinelerra-5.1/thirdparty/src/<span class="gmail-il">ffmpeg</span>.git.patch3<br>
index fb8730e4..28d3876f 100644<br>
--- a/cinelerra-5.1/thirdparty/src/<span class="gmail-il">ffmpeg</span>.git.patch3<br>
+++ b/cinelerra-5.1/thirdparty/src/<span class="gmail-il">ffmpeg</span>.git.patch3<br>
@@ -43,7 +43,7 @@ index cff7f0cb54..8b6d22aff2 100644<br>
      .name           = "matroska,webm",<br>
      .long_name      = NULL_IF_CONFIG_SMALL("Matroska / WebM"),<br>
 +    .flags          = AVFMT_SEEK_NOSTREAMS,<br>
-     .extensions     = "mkv,mk3d,mka,mks",<br>
+     .extensions     = "mkv,mk3d,mka,mks,webm",<br>
      .priv_data_size = sizeof(MatroskaDemuxContext),<br></blockquote><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">

      .read_probe     = matroska_probe,<br>
 @@ -4264,6 +4265,7 @@ AVInputFormat ff_matroska_demuxer = {<br></blockquote>
</div><br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Wed, Apr 28, 2021 at 5:22 AM Andrew Randrianasulu via Cin <<a href="mailto:cin@lists.cinelerra-gg.org">cin@lists.cinelerra-gg.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">I think you need not just   --with-ffmpeg-git, but <div><br></div><div>--with-git-ffmpeg=<a href="https://git.ffmpeg.org/ffmpeg.git" target="_blank">https://git.ffmpeg.org/ffmpeg.git</a></div><div><br></div><div>But be aware about ffmpeg.git patch 2 not yet updated  (so you better to rename it to something not ending with .patch, so build Will skip it.. )</div><div><br></div><div>Or try to adapt it piecewise.. (patch modifies mpegts muxer for blu-ray compatible muxing...) </div><div><br></div><div>In my slackbuild i have this line moving this patch out of the way:</div><div><br></div><div> # ffmpeg.git changed mpegts muxer again - 26/08/2020</div><div>mv thirdparty/src/ffmpeg.git.patch2  thirdparty/src/_ffmpeg.git.patch2<br><br><br><br>On Wednesday, April 28, 2021, Andrea paz via Cin <<a href="mailto:cin@lists.cinelerra-gg.org" target="_blank">cin@lists.cinelerra-gg.org</a>> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">With the release of FFMPEG 4.4 I tried to compile CinGG with git-ffmpeg.<br>
I used the following command from ./configure:<br>
<br>
./configure --with-single-user --with-git-ffmpeg --with-booby<br>
<br>
And then I compiled with:<br>
<br>
make 2>&1 | tee /tmp/cin5.log && make install<br>
<br>
The compilation crashes immediately with the cin5.log that I attach.<br>
<br>
Do you have any advice for me or is this an impossible task for a<br>
non-programmer?<br>
</blockquote></div>
-- <br>
Cin mailing list<br>
<a href="mailto:Cin@lists.cinelerra-gg.org" target="_blank">Cin@lists.cinelerra-gg.org</a><br>
<a href="https://lists.cinelerra-gg.org/mailman/listinfo/cin" rel="noreferrer" target="_blank">https://lists.cinelerra-gg.org/mailman/listinfo/cin</a><br>
</blockquote></div>