Please update the build instructions and provided examples. Even after peering into the PowerShell build script and using the example given:
.\BuildFFmpeg.ps1 -Architectures x86,x64,arm64 -AppPlatform uwp -CRT dynamic -Settings "--enable-small"
I get this error:
At X:\samples\FFmpegInterop\BuildFFmpeg.ps1:114 char:58
- $hostArch = [System.Environment]::Is64BitOperatingSystem ? 'x64' : 'x ...
-
Unexpected token '?' in expression or statement.
At X:\samples\FFmpegInterop\BuildFFmpeg.ps1:139 char:43
- $spectreLibs = $AppPlatform -eq 'onecore' ? '' : 'spectre'
-
Unexpected token '?' in expression or statement.
+ CategoryInfo : ParserError: (:) [], ParseException
+ FullyQualifiedErrorId : UnexpectedToken