Skip to content

Commit 8633e2c

Browse files
committed
mac: Statically link ffms2
This is to make sure we're building the git version that fixes the PAFF seeking regression and contains the workarounds for VPX/AV1.
1 parent 883a1b2 commit 8633e2c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,13 +53,13 @@ jobs:
5353
name: macOS Debug,
5454
os: macos-latest,
5555
buildtype: debugoptimized,
56-
args: -Ddefault_library=static -Dbuild_osx_bundle=true -Dlocal_boost=true
56+
args: -Ddefault_library=static -Dbuild_osx_bundle=true -Dlocal_boost=true --force-fallback-for=ffms2
5757
}
5858
- {
5959
name: macOS Release,
6060
os: macos-latest,
6161
buildtype: release,
62-
args: -Ddefault_library=static -Dbuild_osx_bundle=true -Dlocal_boost=true
62+
args: -Ddefault_library=static -Dbuild_osx_bundle=true -Dlocal_boost=true --force-fallback-for=ffms2
6363
}
6464

6565
steps:

0 commit comments

Comments
 (0)