I tried compiling CinGG from Git without using any patches. I wasn't able to do it; I'm not sure if it's because of libaom or something else. Here's a link to the log. Maybe I need to use some patches? I haven't been able to keep up with the latest developments, so I'm pretty confused about what to do. https://limewire.com/d/qteft#dqNRnvN80N
On Tue, Apr 21, 2026 at 10:30 AM Andrea paz via Cin <[email protected]> wrote:
I tried compiling CinGG from Git without using any patches. I wasn't able to do it; I'm not sure if it's because of libaom or something else. Here's a link to the log. Maybe I need to use some patches? I haven't been able to keep up with the latest developments, so I'm pretty confused about what to do. https://limewire.com/d/qteft#dqNRnvN80N
CMake Error at build/cmake/aom_optimization.cmake:219 (message): Unsupported nasm: multipass optimization not supported. Call Stack (most recent call first): build/cmake/aom_configure.cmake:170 (test_nasm) CMakeLists.txt:73 (include) yeah, seems so. what version of nasm you have ?
_______________________________________________ Cin mailing list -- [email protected] To unsubscribe send an email to [email protected]
On Tue, Apr 21, 2026 at 10:56 AM Andrew Randrianasulu <[email protected]> wrote:
On Tue, Apr 21, 2026 at 10:30 AM Andrea paz via Cin <[email protected]> wrote:
I tried compiling CinGG from Git without using any patches. I wasn't able to do it; I'm not sure if it's because of libaom or something else. Here's a link to the log. Maybe I need to use some patches? I haven't been able to keep up with the latest developments, so I'm pretty confused about what to do. https://limewire.com/d/qteft#dqNRnvN80N
CMake Error at build/cmake/aom_optimization.cmake:219 (message): Unsupported nasm: multipass optimization not supported. Call Stack (most recent call first): build/cmake/aom_configure.cmake:170 (test_nasm) CMakeLists.txt:73 (include)
yeah, seems so. what version of nasm you have ?
quick search showed this possible fix (not directly applicable for us yet) https://github.com/AOMediaCodec/libavif/pull/3104/changes/d99de1c55349f4f2cc... and this bugreport with nasm 3.01 https://github.com/AcademySoftwareFoundation/xstudio/issues/201 so it looks like nasm devs changed something and now libaom failing ....ehhh ....
_______________________________________________ Cin mailing list -- [email protected] To unsubscribe send an email to [email protected]
Andrea, can you put this patch as cp /dev/shm/LocalAom.diff thirdparty/src/libaom-v3.8.0.patch2 and try to recompile ? On Tue, Apr 21, 2026 at 11:02 AM Andrew Randrianasulu <[email protected]> wrote:
On Tue, Apr 21, 2026 at 10:56 AM Andrew Randrianasulu <[email protected]> wrote:
On Tue, Apr 21, 2026 at 10:30 AM Andrea paz via Cin <[email protected]> wrote:
I tried compiling CinGG from Git without using any patches. I wasn't able to do it; I'm not sure if it's because of libaom or something else. Here's a link to the log. Maybe I need to use some patches? I haven't been able to keep up with the latest developments, so I'm pretty confused about what to do. https://limewire.com/d/qteft#dqNRnvN80N
CMake Error at build/cmake/aom_optimization.cmake:219 (message): Unsupported nasm: multipass optimization not supported. Call Stack (most recent call first): build/cmake/aom_configure.cmake:170 (test_nasm) CMakeLists.txt:73 (include)
yeah, seems so. what version of nasm you have ?
quick search showed this possible fix (not directly applicable for us yet)
https://github.com/AOMediaCodec/libavif/pull/3104/changes/d99de1c55349f4f2cc...
and this bugreport with nasm 3.01
https://github.com/AcademySoftwareFoundation/xstudio/issues/201
so it looks like nasm devs changed something and now libaom failing ....ehhh ....
_______________________________________________ Cin mailing list -- [email protected] To unsubscribe send an email to [email protected]
Seems to be working for both i586 (where nasm part of libaom not even compiled?) and x86_64 with nasm 2.15.05 too so I made git am patch (attached) On Tue, Apr 21, 2026 at 11:52 AM Andrea paz <[email protected]> wrote:
No errors with this patch. Thanks.
Do you have any patches you'd like me yo try out, from the ones you've created recently?
On Tue, Apr 21, 2026 at 1:19 PM Andrea paz <[email protected]> wrote:
Do you have any patches you'd like me yo try out, from the ones you've created recently?
I think I do not have new patches, only old and again controversial patch for batchrender batch file ? Right now if you point batch render function from command line to non-xml file Cin will chew first, fail later. I added check hopefully preventing this from happening at least on non-xml files (you can still shoot your xml file with this gun) It still compiles ... but I did not test it recently :( cat /home/guest/botva/src/cinelerra-git/cin-5/batchrender_postmerge_xml_check.diff | patch -p1 from level where our .git folder is located.
Have to test on newer Fedora 42 yet but tested on older Fedora laptop with no problems. But 3.01 not on Fedora until version 44 by default. We are so lucky that Andrea uses Arch and finds these problems immediately! On Tue, Apr 21, 2026 at 3:06 AM Andrew Randrianasulu via Cin < [email protected]> wrote:
Seems to be working for both i586 (where nasm part of libaom not even compiled?) and x86_64 with nasm 2.15.05 too
so I made git am patch (attached)
On Tue, Apr 21, 2026 at 11:52 AM Andrea paz <[email protected]> wrote:
No errors with this patch. Thanks.
_______________________________________________ Cin mailing list -- [email protected] To unsubscribe send an email to [email protected]
Patch checked into GIT. Thanks to Andrew for providing and Andrea for testing. On Tue, Apr 21, 2026 at 3:06 AM Andrew Randrianasulu via Cin < [email protected]> wrote:
Seems to be working for both i586 (where nasm part of libaom not even compiled?) and x86_64 with nasm 2.15.05 too
so I made git am patch (attached)
On Tue, Apr 21, 2026 at 11:52 AM Andrea paz <[email protected]> wrote:
No errors with this patch. Thanks.
_______________________________________________ Cin mailing list -- [email protected] To unsubscribe send an email to [email protected]
participants (3)
-
Andrea paz -
Andrew Randrianasulu -
Phyllis Smith