<div dir="auto"><div><br><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">вс, 17 дек. 2023 г., 12:32 Andrea paz <<a href="mailto:gamberucci.andrea@gmail.com" rel="noreferrer noreferrer noreferrer noreferrer noreferrer" target="_blank">gamberucci.andrea@gmail.com</a>>:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">@Andrew<br>
I wanted to try to compile CinGG with your new patches, but I didn't<br>
quite understand how to use "x265-17122023.tar.xz".<br></blockquote></div></div><div dir="auto"><br></div><div dir="auto">put it in thirdparty/src, move away x265_3.5.tar.xz temporarily, apply git patch, re-run autogen.sh , configure, make.</div><div dir="auto"><br></div><div dir="auto">It should pick up new x265 (you will see its new directory in thirdparty after build successfully unpack and compile it).</div><div dir="auto"><br></div><div dir="auto"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Another question: to apply the<br>
"0001-Limit-number-of-opencv-modules-we-build.patch" patch, do I have<br>
to compile OpenCV as well (i.e from git)?<br></blockquote></div></div><div dir="auto"><br></div><div dir="auto">I think *just* repacked opencv-2020 archive from cingg site should work, as long as you replace  faulting module in its .cache from new version and cmake file searching for it.</div><div dir="auto"><br></div><div dir="auto"> <a href="https://lists.cinelerra-gg.org/pipermail/cin/2023-December/007382.html" rel="noreferrer noreferrer noreferrer noreferrer" target="_blank">https://lists.cinelerra-gg.org/pipermail/cin/2023-December/007382.html</a></div><div dir="auto"><br></div><div dir="auto">But you can also try to get opencv from git building inside cingg - I just found relying on daily changed git is not very reliable ? Try </div><div dir="auto"><br></div><div dir="auto">--with-opencv=sta,git argument to cingg's configure and see how it works (or not).<br></div><div dir="auto"><br></div><div dir="auto">You can also try --with-opencv=sys for attempt at linking to system's opencv, but it need to be compiled with contrib modules for this to work, not sure how Arch package it?</div><div dir="auto"><br></div><div dir="auto">options briefly explained in opencv_build file in root of our source directory.</div><div dir="auto"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
</blockquote></div></div></div>