<div dir="auto"><div><br><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">ср, 17 июл. 2024 г., 10:12 Igor BEGHETTO via Cin <<a href="mailto:cin@lists.cinelerra-gg.org">cin@lists.cinelerra-gg.org</a>>:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><u></u>
<div bgcolor="#ffffff" text="#000000">
<br>
Il 16/07/2024 09:57, Andrew Randrianasulu ha scritto:
<blockquote type="cite">
<div dir="auto">
<div>вт, 16 июл. 2024 г., 10:42 Igor BEGHETTO via Cin <<a href="mailto:cin@lists.cinelerra-gg.org" target="_blank" rel="noreferrer">cin@lists.cinelerra-gg.org</a>>:<br>
<div class="gmail_quote">
<blockquote class="gmail_quote" style="margin:0pt 0pt 0pt 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<div bgcolor="#ffffff" text="#000000"> <tt>I am making a
Cin_20240630 build by myself for the OS
UbuntuStudio_16.04_LTS_64bit.<br>
I read in the MailingLists thanks to Phyllis and
Andrew_R, I need to use specific instruction.<br>
<br>
From What I understand, with Cin_20240630 the steps
are:<br>
1) cd to "cinelerra-5.1" directory<br>
2) make clean<br>
3) export FFMPEG_EXTRA_CFG="--disable-decoder=vvc"<br>
( before running autogen.sh / configure / make )<br>
4) patch -p1 < alt_shortcuts.patch<br>
( to use standard shortcuts )<br>
5) ./autogen.sh<br>
6) ./configure --with-single-user
--without-shuttle-usb \<br>
--without-vaapi --without-vdpau \<br>
--disable-dav1d \<br>
--enable-libaom=no<br>
( "--enable-libaom=no" added, without double
quote )<br>
7) make 2>&1 | tee log<br>
8) grep "\*\*\*.*error" -ai log<br>
( Check for obvious build errors )<br>
9) make install<br>
</tt></div>
</blockquote>
</div>
</div>
<div dir="auto"><br>
</div>
<div dir="auto">I think --disable-libaom should work, too?</div>
<div dir="auto"><br>
</div>
</div>
</blockquote>
I will try this week end. Thanks!<br>
<blockquote type="cite">
<div dir="auto">
<div dir="auto">
<div class="gmail_quote">
<blockquote class="gmail_quote" style="margin:0pt 0pt 0pt 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<div bgcolor="#ffffff" text="#000000"><tt><br>
<br>
I am ignorant in Linux, so I would like to understand
if the instruction<br>
<b>export FFMPEG_EXTRA_CFG="--disable-decoder=vvc"</b><br>
write something in somewhere or not.<br>
</tt></div>
</blockquote>
</div>
</div>
<div dir="auto"><br>
</div>
<div dir="auto">it passed to internal ffmpeg's configure script,
so you can look into thirdparty/ffmpeg-7.0/ffbuild (if I
remember correctly) and read big log there, after build
process come to it. <br>
</div>
</div>
</blockquote>
Thank you, Andrea_R! I found it where you indicated.<br>
But I don't understand, how <b>export</b> instruction knows where
to go,... how does it know the path where to write that parameter?<br>
Sorry, It is a stupid question, here, but I would like to
understand.<br></div></blockquote></div></div><div dir="auto"><br></div><div dir="auto">I think make directly look up this variable as instructed by thirdparty/Makefile</div><div dir="auto"><br></div><div dir="auto">you can open this file and scroll down to very long ffmpeg configure line.</div><div dir="auto"><br></div><div dir="auto">I do not understand makefiles fully, just enough to try few things and see if they work ...</div><div dir="auto"><br></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"><div bgcolor="#ffffff" text="#000000">
<blockquote type="cite">
<div dir="auto">
<div dir="auto">
<div class="gmail_quote">
<blockquote class="gmail_quote" style="margin:0pt 0pt 0pt 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<div bgcolor="#ffffff" text="#000000"><tt> <br>
Because my Operating System is UbuntuStudio_16.04, is
there a way to build Cinelerra-GG using an old FFMPEG
and/or libaom?<br>
</tt></div>
</blockquote>
</div>
</div>
<div dir="auto"><br>
</div>
<div dir="auto">how old, exactly? Right now it should be
buildable with ffmpeg6.x/7.0 (tested), I also removed
buildability with ffmpeg-4.4 because I had some crashes during
ff_* filter tests on my 32bit Slackware. ffmpeg 5.x not tested
...</div>
<div dir="auto"><br>
</div>
</div>
</blockquote>
I am thinking to FFMPEG-4.3 and libaom-v3.4.0. But, maybe it doesn't
make sense.</div></blockquote></div></div><div dir="auto"><br></div><div dir="auto">Ah, sorry. in this case dynamic linking to this will not work.</div><div dir="auto"><br></div><div dir="auto">Good luck and let us know how build attempt worked on your machine!</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"><div bgcolor="#ffffff" text="#000000">
</div>
-- <br>
Cin mailing list<br>
<a href="mailto:Cin@lists.cinelerra-gg.org" target="_blank" rel="noreferrer">Cin@lists.cinelerra-gg.org</a><br>
<a href="https://lists.cinelerra-gg.org/mailman/listinfo/cin" rel="noreferrer noreferrer" target="_blank">https://lists.cinelerra-gg.org/mailman/listinfo/cin</a><br>
</blockquote></div></div></div>