<br><br>On Saturday, April 9, 2022, Andrea paz <<a href="mailto:gamberucci.andrea@gmail.com">gamberucci.andrea@gmail.com</a>> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Sorry, I don't understand what I need to do.<br>
In <a href="http://configure.ac" target="_blank">configure.ac</a> I find the following line:<br>
<br>
31      CFG_CFLAGS+=" -I/usr/include -I/usr/local/include<br>
-I/data/data/com.termux/files/<wbr>usr/include/a52dec"<br>
<br>
How should I edit it?</blockquote><div><br></div><div><br></div><div><br></div><div>put /usr/include/a52dec right  after '-I...' (and delete termux-specific path) </div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
In my system a52dec is located in:<br>
<br>
/usr/include/a52dec (a52.h; a52_internal.h; attributes.h; audio_out.h;<br>
mm_accel.h)<br>
<br>
/usr/bin/a52dec<br>
<br>
<br>
I tried to do "CFLAGS=-I/usr/include/a52dec ./configure ...." and then compile.<br>
<br>
Still error, but later than the other times. I think it's a new error.<br>
I attach cin5.log and config.log.</blockquote><div><br></div><div><br></div><div>thanks, looking.... </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
<br>
PS: contrary to yesterday, a patch gives me error:<br>
<br>
Applicazione in corso: Slightly more conditions in probe order<br>
error: patch non riuscita: cinelerra-5.1/cinelerra/file.<wbr>C:390<br>
error: cinelerra-5.1/cinelerra/file.<wbr>C: la patch non si applica correttamente<br>
Patch non riuscita a 0063 Slightly more conditions in probe order<br>
suggerimento: Usa 'git am --show-current-patch=diff' per visualizzare<br>
la patch non riuscita<br>
Una volta risolto questo problema, esegui "git am --continue".<br>
Se preferisci saltare questa patch, esegui invece "git am --skip".<br>
Per ripristinare il branch originario e terminare il patching, esegui<br>
"git am --abort".<br>
<br>
And then:<br>
<br>
$ git am --show-current-patch=diff</blockquote><div><br></div><div><br></div><div>just this part was merjed, so you can skip.. </div><div><br></div><div><br></div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
---<br>
 cinelerra-5.1/cinelerra/file.C | 4 ++++<br>
 1 file changed, 4 insertions(+)<br>
<br>
diff --git a/cinelerra-5.1/cinelerra/<wbr>file.C b/cinelerra-5.1/cinelerra/<wbr>file.C<br>
index 946cca1e..2a133005 100644<br>
--- a/cinelerra-5.1/cinelerra/<wbr>file.C<br>
+++ b/cinelerra-5.1/cinelerra/<wbr>file.C<br>
@@ -390,7 +390,9 @@ const char *File::default_probes[] = {<br>
 #ifdef HAVE_GIFLIB<br>
        "GIF",<br>
 #endif<br>
+#ifdef HAVE_LIBDPX<br>
        "DPX",<br>
+#endif<br>
 #ifdef HAVE_OPENEXR<br>
        "EXR",<br>
 #endif<br>
@@ -402,7 +404,9 @@ const char *File::default_probes[] = {<br>
        "OGG",<br>
        "Vorbis",<br>
 #endif<br>
+#ifdef HAVE_LIBZMPEG<br>
        "MPEG",<br>
+#endif<br>
        "EDL",<br>
        "FFMPEG_Late",<br>
 };<br>
--<br>
2.35.1<br>
</blockquote>