28 Jul
2022
28 Jul
'22
11:18 a.m.
As usual the mistake was mine that I had the wrong ffmpeg tarball; with the one you indicated the compilation happens without errors and CinGG uses ffmpeg-5.1. I remember the steps I took: - configure.ac i) added the line "AC_CONFIG_MACRO_DIRS([m4])" otherwise ./autogen.sh gives a warning suggesting correction. ii) changed the one entry containing [ffmpeg-4.4] to [ffmpeg-5.1]. - From /src delete all the patches of ffmpeg-4.4 and its tarball and put the patches of ffmpeg-5.1 and its tarball. In this way the build is done without errors and CinGG works well. @ Phyllis I attach the files "plugin.opts" and "plugins.txt" with the updates of the new plugins. As usual thank you Andrew and sorry again for my continuous errors.