<div dir="ltr"><div class="gmail_default" style="font-size:small">Andrew,</div><div class="gmail_default" style="font-size:small">I forgot to pass along that GG is putting the fix in.  phyllis<br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, Apr 14, 2020 at 7:54 PM Andrew Randrianasulu <<a href="mailto:randrianasulu@gmail.com">randrianasulu@gmail.com</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 I found small bug in <a href="http://configure.ac" rel="noreferrer" target="_blank">configure.ac</a><br>
<br>
<a href="https://git.cinelerra-gg.org/git/?p=goodguy/cinelerra.git;a=blob;f=cinelerra-5.1/configure.ac;h=f61ef275d78d548e7c8c3a222a4a984c75c34727;hb=HEAD" rel="noreferrer" target="_blank">https://git.cinelerra-gg.org/git/?p=goodguy/cinelerra.git;a=blob;f=cinelerra-5.1/configure.ac;h=f61ef275d78d548e7c8c3a222a4a984c75c34727;hb=HEAD</a><br>
<br>
 301 PKG_3RD([libtheora],[auto],<br>
 302   [libtheora-1.1.1],<br>
 303   [ lib/.libs/libtheora.a \<br>
 304     lib/.libs/libtheoradec.a \<br>
 305     lib/.libs/libtheoraenc.a ],<br>
 306   [ . ])<br>
<br>
if last line indicate where includes located in module's tree ..<br>
<br>
then for libtheora this location is <br>
<br>
thirdparty/libtheora-1.1.1/include/<br>
<br>
so, *I think* last line should bre replaced with<br>
<br>
[ include  ])<br>
<br>
I fixed it locally in global_config ,  so it reads:<br>
<br>
static_blds += libtheora<br>
ver_libtheora := $(THIRDPARTY)/libtheora-1.1.1<br>
inc_libtheora := \<br>
  -I$(ver_libtheora)/include \<br>
<br>
but this file generated by configure, right?<br>
<br>
I think this can fix my error about building CinGG without libtheora installed <br>
(error was in ffmpeg, but if buildsystem consistently use  those parameters ..)<br>
-- <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>