diff options
| author | Ethan Morgan <ethan@gweithio.com> | 2026-02-14 16:44:06 +0000 |
|---|---|---|
| committer | Ethan Morgan <ethan@gweithio.com> | 2026-02-14 16:44:06 +0000 |
| commit | 54409423f767d8b1cf30cb7d0efca6b4ca138823 (patch) | |
| tree | d915ac7828703ce4b963efdd9728a1777ba18c1e /vcpkg/ports/ffmpeg/0042-fix-arm64-linux.patch | |
Diffstat (limited to 'vcpkg/ports/ffmpeg/0042-fix-arm64-linux.patch')
| -rw-r--r-- | vcpkg/ports/ffmpeg/0042-fix-arm64-linux.patch | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/vcpkg/ports/ffmpeg/0042-fix-arm64-linux.patch b/vcpkg/ports/ffmpeg/0042-fix-arm64-linux.patch new file mode 100644 index 0000000..6ff63c3 --- /dev/null +++ b/vcpkg/ports/ffmpeg/0042-fix-arm64-linux.patch @@ -0,0 +1,9 @@ +diff --git a/ffbuild/libversion.sh b/ffbuild/libversion.sh +index a94ab58..ecaa90c 100644 +--- a/ffbuild/libversion.sh ++++ b/ffbuild/libversion.sh +@@ -1,3 +1,4 @@ ++#!/bin/sh + toupper(){ + echo "$@" | tr abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ + } |