Skip to content

Commit 55aa652

Browse files
author
thirumalai-qcom
committed
cmake: Add win-mf plugin to OBS build for WoA
This commit updates the CMakeLists.txt file in the plugins directory to incorporate the win-mf plugin into the OBS build system. This change ensures that Media Foundation-based encoding is available for Windows on ARM (WoA) devices, utilizing Qualcomm hardware for efficient video Encoding.
1 parent 7319ec6 commit 55aa652

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
@@ -88,3 +88,4 @@ add_obs_plugin(vlc-video WITH_MESSAGE)
8888
add_obs_plugin(win-capture PLATFORMS WINDOWS)
8989
add_obs_plugin(win-dshow PLATFORMS WINDOWS)
9090
add_obs_plugin(win-wasapi PLATFORMS WINDOWS)
91+
add_obs_plugin(win-mf PLATFORMS WINDOWS)

0 commit comments

Comments
 (0)