Skip to content

Build instructions outdated. Please revise to current usage requirements. #323

@Noemata

Description

@Noemata

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions