In testing for Mpeg Video rendering in 2.2 I received a message that /usr/lib/cinelerra/mpeg2enc.plugin was missing (there is no such file). By changing:
#define MJPEG_EXE PLUGIN_DIR "/mpeg2enc.plugin" to #define MJPEG_EXE "/usr/bin/mpeg2enc -v0" MPEG video rendering worked but it brings up the question of: If mjpegtools is required to build cinelerra (for yuv4mpeg), why include the mpeg2enc directory which appears to have an ancient version of mpeg2enc (before it was combined into mjpegtools)? Regards, Paul