diff options
Diffstat (limited to 'gnu/packages/video.scm')
-rw-r--r-- | gnu/packages/video.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm index 77cdfe9078..411ad4c2bf 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -2962,7 +2962,8 @@ To load this plugin, specify the following option when starting mpv: (origin (inherit (package-source libvpx)) (patches (search-patches "libvpx-CVE-2016-2818.patch" - "libvpx-CVE-2023-5217.patch")))))) + "libvpx-CVE-2023-5217.patch" + "libvpx-CVE-2023-44488.patch")))))) (define-public orfondl (package |