You've already forked libopenshot
mirror of
https://github.com/OpenShot/libopenshot.git
synced 2026-06-08 22:17:28 -07:00
e3151d577b
- Modernized SWIG policy handling for Python, Ruby, and Java without raising the project-wide CMake policy version. - Switched Python discovery to Python3 on CMake 3.12+, with legacy PythonInterp/PythonLibs fallback for older CMake. - Removed dead pre-CMake-3.8 SWIG branches. - Quieted optional babl pkg-config probing. - Changed FFmpeg probing so avresample is only checked if swresample is unavailable. - Cleaned Java binding debug configure messages. - Addressed the SWIG build warnings: - Added SWIG-only juce::Thread declaration for Python/Ruby/Java. - Added Python QWidget typecheck precedence. - Filtered known Ruby binding limitations for multiple inheritance and unexposed Profile operators. - Suppressed Java-only SWIG categories for unsupported operators/proxy limitations via Java SWIG flags.