libde265 no longer compiles after commit 5596fb2 "move configparam.cc into encoder directory"
libde265 Autotool's (configure-based) builds now fail with the error:
*** No rule to make target 'configparam.cc', needed by 'libde265_la-configparam.lo'. Stop.
This was noticed (after 6 days) in the GraphicsMagick oss-fuzz builds at https://oss-fuzz-build-logs.storage.googleapis.com/index.html#graphicsmagick
Please help!
I will be disabling libde265 in the builds so that the GraphicsMagick oss-fuzz builds are not blocked.
Fixed. Compilation with the Autotools is deprecated and will be removed in an upcoming release. Please switch to using the CMake build.
I have re-enabled libde265 in the oss-fuzz builds and so hopefully it will be building again in a day or two. I also wrote a FIXME note about switching to Cmake.
The configure-based build works as before. I have switched the GraphicsMagick oss-fuzz build to use CMake instead.