diff options
author | Marius Bakke <marius@gnu.org> | 2023-01-08 19:34:10 +0100 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2023-04-14 15:11:14 -0400 |
commit | ac785300fd3b3ef99b5eb3cfab62d50546cd6ca2 (patch) | |
tree | 3d1bbebc9875a3043ef697a93bc978f43859ab14 /gnu/packages/video.scm | |
parent | e915abd50163c94cad612de7c378b785f56fb4fd (diff) | |
download | guix-ac785300fd3b3ef99b5eb3cfab62d50546cd6ca2.tar.gz |
gnu: VLC: Remove obsolete patch.
This reverts 372b037540395b688a0406c89709fdc3af880e4a, which became obsolete with af74211d987d2b8510e2f4937e65f6480754886f. * gnu/packages/video.scm (vlc)[source](patches): Remove. * gnu/packages/patches/vlc-dav1d-compat.patch: Delete 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, 0 insertions, 1 deletions
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm index 8938c9835d..9f3aa998b2 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -1931,7 +1931,6 @@ 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")))) |