Skip to content

Commit d35e742

Browse files
cmake: Add mediafoundation plugin to OBS windows build
This commit updates the CMakeLists.txt file in the plugins directory to incorporate the mediafoundation plugin into OBS build system. This ensures that Media Foundation-based encoding is available for Windows on ARM (WoA) devices, utilizing Qualcomm hardware for efficient video Encoding.
1 parent c5f11f4 commit d35e742

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

plugins/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,4 +87,5 @@ add_obs_plugin(text-freetype2)
8787
add_obs_plugin(vlc-video WITH_MESSAGE)
8888
add_obs_plugin(win-capture PLATFORMS WINDOWS)
8989
add_obs_plugin(win-dshow PLATFORMS WINDOWS)
90+
add_obs_plugin(mediafoundation PLATFORMS WINDOWS)
9091
add_obs_plugin(win-wasapi PLATFORMS WINDOWS)

0 commit comments

Comments
 (0)