diff options
author | Marius Bakke <marius@gnu.org> | 2022-11-18 08:14:31 +0100 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2023-04-14 15:10:52 -0400 |
commit | b3051298b5f9d3ff34105fb3b789d53f8d6b56d6 (patch) | |
tree | 362bbfdf2f9f63fc5dcfec1afbce9845f499f718 /gnu/packages/video.scm | |
parent | a37288a2a20c13412f967f4acdd13de0a17e7f02 (diff) |
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.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm index 68a3399fb2..c3e0c28216 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -1952,6 +1952,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 "1v7db9icrb12yz7banq2wvpjpvqfrj031yj1kf5smn35qcwl82ap")))) |