Skip to content

obs-ffmpeg: Fix build when ENABLE_HEVC=false#13294

Open
stephematician wants to merge 1 commit intoobsproject:masterfrom
stephematician:fix_no_hevc_build
Open

obs-ffmpeg: Fix build when ENABLE_HEVC=false#13294
stephematician wants to merge 1 commit intoobsproject:masterfrom
stephematician:fix_no_hevc_build

Conversation

@stephematician
Copy link
Copy Markdown
Contributor

Description

Simple fix for missing pre-processing condition around HEVC-specific code.

Motivation and Context

Build with ENABLE_HEVC: false fails due to missing definition(s) + implicit declaration.

How Has This Been Tested?

Make with -DENABLE_HEVC=OFF or use CMakeUserPresets.json to define custom build without HEVC.

Types of changes

  • Tweak (non-breaking change to improve existing functionality)

Checklist:

  • My code has been run through clang-format.
  • I have read the contributing document.
  • My code is not on the master branch.
  • The code has been tested.
  • All commit messages are properly formatted and commits squashed where appropriate.
  • I have included updates to all appropriate documentation.

@WizardCM WizardCM added the Bug Fix Non-breaking change which fixes an issue label Apr 18, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Bug Fix Non-breaking change which fixes an issue

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants