mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-03-12 19:46:17 -04:00
Original code uses simple `ifdef` pattern as well using the preprocessor definition in a conditional check. With the rework, the definition was set to an empty string (if the build flag is not enabled), which leads to it being evaluated as "true" all the time. This change uses simpler definition check and fences off code relying on the flag being enabled.
70 KiB
70 KiB