diff options
author | Leo Famulari <leo@famulari.name> | 2021-03-26 02:30:47 -0400 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2021-03-26 04:05:05 -0400 |
commit | f0357df8c54e3a4232476211b0fb8f71cf1df7a8 (patch) | |
tree | 603cbd0c475db61b6ca6de41136a43c64bdfd84f /gnu/packages/video.scm | |
parent | 4c56620555a7f1235ef4e6f5b9ad2cfe87403c55 (diff) |
gnu: SVT-AV1: Update URLs.
* gnu/packages/video.scm (svt-av1)[source, home-page]: Update URLs.
Diffstat (limited to 'gnu/packages/video.scm')
-rw-r--r-- | gnu/packages/video.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm index 6e4303c6f0..4bb8e2a63d 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -4757,7 +4757,7 @@ transcode or reformat the videos in any way, producing perfect backups.") (origin (method git-fetch) (uri (git-reference - (url "https://github.com/AOMediaCodec/SVT-AV1") + (url "https://gitlab.com/AOMediaCodec/SVT-AV1.git") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 @@ -4783,7 +4783,7 @@ transcode or reformat the videos in any way, producing perfect backups.") (description "SVT-AV1 is an AV1 codec implementation. The encoder is a work-in-progress, aiming to support video-on-demand and live streaming applications. It only supports Intel-compatible CPUs (x86).") - (home-page "https://github.com/AOMediaCodec/SVT-AV1") + (home-page "https://gitlab.com/AOMediaCodec/SVT-AV1") (license license:bsd-2))) (define-public svt-vp9 |