Skip to content

Commit b521f72

Browse files
thirumalai-qcomthirumalai-qcom
authored andcommitted
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 02814ef commit b521f72

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(win-mf PLATFORMS WINDOWS ARCHITECTURES ARM64)
9091
add_obs_plugin(win-wasapi PLATFORMS WINDOWS)

0 commit comments

Comments
 (0)