OBS Studio on Windows on Arm64, build errors on ffmpeg-on-windows branch

I-lina

New Member
Hello,

We are exploring building and using OBS Studio natively on Windows on ARM64 devices (Thinkad X13s, Volterra etc). I am running into compilation issue building the obs-deps from PattheMav's PR: https://github.com/obsproject/obs-deps/pull/186 before building OBS Studio.

The build seems to be defaulting to x64 on an ARM64 machine (-target arm64 doesn't seem to be a valid argument to command line)
PS C:\Users\ilina\Workarea\obs-deps> .\Build-Dependencies.ps1
---------------------------------------------------------------------------------------------------
[OBS-DEPS] - configuration Release, target x64, shared libraries No
Dependencies: All
---------------------------------------------------------------------------------------------------

The build script fails with error which seems to come from detours.ps1.
-- Up-to-date: /c/Users/ilina/Workarea/obs-deps/windows/obs-dependencies-x64/include/speex/speexdsp_types.h
=> Install license files
Initializing build
fatal: couldn't find remote ref refs/heads/master
---------------------------------------------------------------------------------------------------
[OBS-DEPS] Error(s) occurred:
---------------------------------------------------------------------------------------------------
Write-Error: C:\Users\ilina\Workarea\obs-deps\Build-Dependencies.ps1:238
Line |
238 | Build-Main
| ~~~~~~~~~~
| Error during build step Setup - git fetch origin exited with non-zero code 128.

Also there was a post from the support, Cross posting here.

Looks like my build steps seem to be incorrect. Any advise would be helpful.

Thanks!
 
Top