cmake should be used to build plugins on every possible OS
- Truncate descriptions
cmake should be used to build plugins on every possible OS
The pluginId patch, which I submitted on Gerrit, did not actually "fix" the SDK - which was not functional even before the patch.
Every trace of "build.sh" should be removed, using only CMakeLists for all platforms, not just Windows.
After doing this patch, the SDK can now successfully create .jpl files for AutoAnswer, AudioFilter and WaterMark. Run the SDK, write "build -def", select your plugin, write "build", then select your plugin again.
What about the other plugins? They hit errors which are not caused by this patch - rather, they are missing dependencies. Try building "WhisperTranscript", it will complain about missing "whisper.h".
Other problems still remain in the SDK, like fetching filenames directly to decide if ffmpeg should listen to audio or video.
- Show labels
- Show closed items