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">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">cin@lists.cinelerra-gg.org</a>> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;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>