summaryrefslogtreecommitdiff
path: root/gnu/packages/video.scm
diff options
context:
space:
mode:
authorLeo Famulari <leo@famulari.name>2021-10-22 15:15:28 -0400
committerLeo Famulari <leo@famulari.name>2021-11-01 10:09:28 -0400
commit80c0505f166101bbe6d55b8f2314d1a18227b3ee (patch)
tree47129df1ab1f7eceb24b54b94024eed1a6a81362 /gnu/packages/video.scm
parent0cfc13104f0cb9251b6bd4b997e675ae9f03cd85 (diff)
downloadguix-patches-80c0505f166101bbe6d55b8f2314d1a18227b3ee.tar
guix-patches-80c0505f166101bbe6d55b8f2314d1a18227b3ee.tar.gz
gnu: Remove FFmpeg 4.3.
* gnu/packages/video.scm (ffmpeg-4.3): Remove variable.
Diffstat (limited to 'gnu/packages/video.scm')
-rw-r--r--gnu/packages/video.scm11
1 files changed, 0 insertions, 11 deletions
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 7bf9191811..d4d9eed68d 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -1701,17 +1701,6 @@ convert and stream audio and video. It includes the libavcodec
audio/video codec library.")
(license license:gpl2+)))
-(define-public ffmpeg-4.3
- (package/inherit ffmpeg
- (version "4.3.2")
- (source (origin
- (method url-fetch)
- (uri (string-append "https://ffmpeg.org/releases/ffmpeg-"
- version ".tar.xz"))
- (sha256
- (base32
- "1nyd9jlcy0pqnwzi29a7sg50hq37vb0g3f9l16y3q8yh3m7ydr26"))))))
-
(define-public ffmpeg-3.4
(package
(inherit ffmpeg)