I think I created small local hack fir deleting all *. o files, just run this line from thirdparty dir after all components built successfully:
objrem: find . -type f -name '*.o' -delete
{from thirdparty/Makefile}
this way you will have a bit more space for building/linking cingg itself
More good news is that 1 test rendering the same file with the enable in and with the enable out came out exactly the same. Now on to testing 0002-Remove-libavdevice ... by Andrew.
if this change does not break normal cingg input/output it may even balance out prev. change in terms of compilation soeed and size
Not sure if I will even bother with this myself was just pondering it.
I wonder how much slower vp9 profiles become if you choose 10/12 bit vp9? And how quality of encode/decode compare with normal 8bit vp9.. but this is not urgent.
I will test speed yet.
ps: you also hoped to push jp2.dfl file?
Oops, thanks for the reminder as I had forgot to push this the other day.