Skip to content

Commit cc5ff84

Browse files
committed
CI: move cineform patch to patches/ subdir
1 parent bfbaddb commit cc5ff84

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/scripts/install-common-deps.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ fi
2828
download_install_cineform() {(
2929
git clone --depth 1 https://github.com/gopro/cineform-sdk
3030
cd cineform-sdk
31-
git apply "$curdir/0001-CMakeList.txt-remove-output-lib-name-force-UNIX.patch"
31+
git apply "$curdir"/patches/\
32+
cineform-0001-CMakeList.txt-remove-output-lib-name-force-UNIX.patch
3233
cmake -DBUILD_STATIC=OFF -DBUILD_TOOLS=OFF -B build -S .
3334
cmake --build build --parallel "$(nproc)"
3435
sudo cmake --install build

.github/scripts/0001-CMakeList.txt-remove-output-lib-name-force-UNIX.patch renamed to .github/scripts/patches/cineform-0001-CMakeList.txt-remove-output-lib-name-force-UNIX.patch

File renamed without changes.

0 commit comments

Comments
 (0)