aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/video.scm
diff options
context:
space:
mode:
authorMarius Bakke <marius@gnu.org>2022-11-18 08:14:31 +0100
committerMarius Bakke <marius@gnu.org>2022-11-20 07:47:16 +0100
commit372b037540395b688a0406c89709fdc3af880e4a (patch)
treefa0a5dffb173b2bceb94b1184b04ab76e8d8eae5 /gnu/packages/video.scm
parentf8e1c9c003999cf20db2d7e5c1aa2c64c787056d (diff)
downloadguix-372b037540395b688a0406c89709fdc3af880e4a.tar
guix-372b037540395b688a0406c89709fdc3af880e4a.tar.gz
gnu: VLC: Fix build with dav1d 1.0.
* gnu/packages/video.scm (vlc)[source](patches): New field. * gnu/packages/patches/vlc-dav1d-compat.patch: New file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly.
Diffstat (limited to 'gnu/packages/video.scm')
-rw-r--r--gnu/packages/video.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index f54ced4e2e..7f2112de0d 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -1943,6 +1943,7 @@ videoformats depend on the configuration flags of ffmpeg.")
"https://download.videolan.org/pub/videolan/vlc/"
(car (string-split version #\-))
"/vlc-" version ".tar.xz"))
+ (patches (search-patches "vlc-dav1d-compat.patch"))
(sha256
(base32
"0cs1vnv91mg7p6253v6wms3zlz91xzphpwaw14dmrd2gibc64nlc"))))