diff options
author | Leo Famulari <leo@famulari.name> | 2020-02-21 11:51:56 -0500 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2020-03-20 18:51:51 -0400 |
commit | e401653b515cb32650aa885dfb6db185409ccd23 (patch) | |
tree | 61a99aae5b58c65b288c91dfca5734592387651d /gnu/packages/video.scm | |
parent | 85bad77facdada73d6fb1397500ed15dc288913d (diff) |
gnu: FFmpeg: Prefer dav1d over libaom.
* gnu/packages/patches/ffmpeg-prefer-dav1d.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/video.scm (ffmpeg)[source]: Use it.
Diffstat (limited to 'gnu/packages/video.scm')
-rw-r--r-- | gnu/packages/video.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm index 0c245ece6e..d0c35e8e77 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -922,6 +922,8 @@ operate properly.") (method url-fetch) (uri (string-append "https://ffmpeg.org/releases/ffmpeg-" version ".tar.xz")) + ;; See <https://issues.guix.gnu.org/issue/39719> + (patches (search-patches "ffmpeg-prefer-dav1d.patch")) (sha256 (base32 "176jn1lcdf0gk7sa5l2mv0faqp5dsqdhx1gqcrgymqhfmdal4xfb")))) |