Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Ship FFmpeg libraries to prevent using those shipped with OBS. #25

Merged
merged 2 commits into from
Jul 17, 2024

Conversation

miaulightouch
Copy link
Owner

This plugin has a dependency on FFmpeg that is shipped with the OBS installation. In OBS 30.2.0, one of the dependencies, FFmpeg, was updated. Depending on the FFmpeg shipped with OBS is not part of the public API, so it's very easy to cause issues.

Until the FFmpeg libraries when the next OBS public API breaking change occurs, the FFmpeg library will always be shipped along with this plugin.

miau added 2 commits July 17, 2024 17:22
This plugin has a dependency on FFmpeg that is shipped with the OBS installation. In OBS 30.2.0, one of the dependencies, FFmpeg, was updated. Depending on the FFmpeg shipped with OBS is not part of the public API, so it's very easy to cause issues.

Until the FFmpeg libraries when the next OBS public API breaking change occurs,
@miaulightouch miaulightouch merged commit 6c277e6 into legacy Jul 17, 2024
4 checks passed
@miaulightouch miaulightouch deleted the fix/always-ship-ffmpeg-lib branch July 17, 2024 13:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant