В сообщении от Monday 04 March 2019 08:03:48 Daniel Reurich написал(а):
Hi
I've made some significant progress in getting the build going - and will have some patches to drop that solve some issues for builds using system libs and non x86 based archs.
The current issue I'm stumbling on is that configure doesn't detect the systems liba52 and a52dec/a52.h header files as installed. This results in a linking failure during the build of libzmpeg
Any thoughts on how I might overcome that?
Ah, may be you can add those in configure.ac file: https://git.cinelerra-gg.org/git/?p=goodguy/cinelerra.git;a=blob;f=cinelerra... 26 CFG_CFLAGS+=" -I/usr/include/freetype2 -I/usr/local/include/freetype2" 27 CFG_CFLAGS+=" -I/usr/include/uuid -I/usr/local/include/uuid" 28 CFG_CFLAGS+=" -I/usr/include/mjpegtools -I/usr/local/include/mjpegtools" and regenerate and re-run configure ....
Thanks, Daniel.