>
Hi Andrew,
What OS did you use to compile it on the Orange Pi Lite?
this is not my personal experience, I just tried to condense talk we had at
linux.org.ru forum.
I think last OS mentioned there was "Arch Linux ARM" and simple addition of armv7l case in guicast/Makefile along with previous arm8l fixed predictable build failure .... fix already in cingg git
thread
I tried earlier this year to compile it on a Cortex-A7 based CPU
(Allwinner A20 2 core), the Orange PI lite has the 4 core version of
that. I used Debian, and it failed quickly.
you can try again with this reported config
./configure \
--prefix=/usr \
--disable-libaom \
--disable-libwebp \
--disable-dav1d \
--disable-static-build \
--without-nv \
--without-cuda \
--with-exec-name=cinelerra-gg
and/or disable thirdparty build completely
for speeding up test compile in guicast and
cinelerra dirs