-
-
Notifications
You must be signed in to change notification settings - Fork 8.1k
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
obs-ffmpeg: Fix VAAPI/NVENC ifdefs #11137
Conversation
Read the contributing document, follow the commit guidelines (use force push when fixing the commit name). |
agreed. Updated. |
VAAPI init was under NVENC clauses, so it was disabled if no NVENC. That was introduced in af555b9 from obsproject#10536, which refactored NVENC.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Somehow VAAPI was under NVENC, so disabled if no NVENC.
Description
Fix use of VAAPI when NVENC is not enabled.
Motivation and Context
VAAPI was disabled if NVENC was disabled, and they are unrelated.
How Has This Been Tested?
Tested on my NixOS 24.05.
Types of changes
Checklist: