diff options
author | Nathan Pratta Teodosio <nathan.teodosio@canonical.com> | 2024-11-06 10:33:12 +0100 |
---|---|---|
committer | Nathan Pratta Teodosio <nathan.teodosio@canonical.com> | 2024-11-20 10:34:59 +0100 |
commit | 06eb359017b3f485fb9c8fd1657edce670874560 (patch) | |
tree | 01c2b79ca385205cbc8ace10b3ce8b9c2a36c833 | |
parent | 92954106730599f3252423f187f49a8ef9c37000 (diff) |
Refresh old-bindgen.patch.
-rw-r--r-- | patches/old-bindgen.patch | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/patches/old-bindgen.patch b/patches/old-bindgen.patch index 3480f2c..16e47cf 100644 --- a/patches/old-bindgen.patch +++ b/patches/old-bindgen.patch @@ -35,7 +35,7 @@ fix should probably go upstream. ] } -@@ -46,61 +37,6 @@ rust_bindgen("crabbyavif_libyuv_bindings +@@ -46,63 +37,6 @@ rust_bindgen("crabbyavif_libyuv_bindings bindgen_flags = [ "no-doc-comments", "generate=functions,types,vars,methods,constructors,destructors", @@ -78,6 +78,8 @@ fix should probably go upstream. - "allowlist-item=I444AlphaToARGBMatrix", - "allowlist-item=I444ToARGBMatrix", - "allowlist-item=I444ToRGB24Matrix", +- "allowlist-item=NV12ToARGBMatrix", +- "allowlist-item=NV21ToARGBMatrix", - "allowlist-item=P010ToAR30Matrix", - "allowlist-item=ScalePlane", - "allowlist-item=ScalePlane_12", |