aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/ffmpeg/0020-fix-aarch64-libswscale.patch
diff options
context:
space:
mode:
authorEthan Morgan <ethan@gweithio.com>2026-02-14 16:44:06 +0000
committerEthan Morgan <ethan@gweithio.com>2026-02-14 16:44:06 +0000
commit54409423f767d8b1cf30cb7d0efca6b4ca138823 (patch)
treed915ac7828703ce4b963efdd9728a1777ba18c1e /vcpkg/ports/ffmpeg/0020-fix-aarch64-libswscale.patch
move to own git serverHEADmaster
Diffstat (limited to 'vcpkg/ports/ffmpeg/0020-fix-aarch64-libswscale.patch')
-rw-r--r--vcpkg/ports/ffmpeg/0020-fix-aarch64-libswscale.patch28
1 files changed, 28 insertions, 0 deletions
diff --git a/vcpkg/ports/ffmpeg/0020-fix-aarch64-libswscale.patch b/vcpkg/ports/ffmpeg/0020-fix-aarch64-libswscale.patch
new file mode 100644
index 0000000..f47e82e
--- /dev/null
+++ b/vcpkg/ports/ffmpeg/0020-fix-aarch64-libswscale.patch
@@ -0,0 +1,28 @@
+diff --git a/libswscale/aarch64/yuv2rgb_neon.S b/libswscale/aarch64/yuv2rgb_neon.S
+index 89d69e7f6c..4bc1607a7a 100644
+--- a/libswscale/aarch64/yuv2rgb_neon.S
++++ b/libswscale/aarch64/yuv2rgb_neon.S
+@@ -169,19 +169,19 @@ function ff_\ifmt\()_to_\ofmt\()_neon, export=1
+ sqdmulh v26.8h, v26.8h, v0.8h // ((Y1*(1<<3) - y_offset) * y_coeff) >> 15
+ sqdmulh v27.8h, v27.8h, v0.8h // ((Y2*(1<<3) - y_offset) * y_coeff) >> 15
+
+-.ifc \ofmt,argb // 1 2 3 0
++.ifc \ofmt,argb
+ compute_rgba v5.8b,v6.8b,v7.8b,v4.8b, v17.8b,v18.8b,v19.8b,v16.8b
+ .endif
+
+-.ifc \ofmt,rgba // 0 1 2 3
++.ifc \ofmt,rgba
+ compute_rgba v4.8b,v5.8b,v6.8b,v7.8b, v16.8b,v17.8b,v18.8b,v19.8b
+ .endif
+
+-.ifc \ofmt,abgr // 3 2 1 0
++.ifc \ofmt,abgr
+ compute_rgba v7.8b,v6.8b,v5.8b,v4.8b, v19.8b,v18.8b,v17.8b,v16.8b
+ .endif
+
+-.ifc \ofmt,bgra // 2 1 0 3
++.ifc \ofmt,bgra
+ compute_rgba v6.8b,v5.8b,v4.8b,v7.8b, v18.8b,v17.8b,v16.8b,v19.8b
+ .endif
+