summaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
authorAndreas Enge <andreas@enge.fr>2025-11-19 11:30:54 +0100
committerAndreas Enge <andreas@enge.fr>2025-11-19 11:31:11 +0100
commit770d214f030302b67c2f327a9e9fd36feaacff87 (patch)
tree27e90655c5bd2d0dc6ffcf7d8e7e2fc97fff8a36 /gnu/packages
parent6deac6fc48f6149c89c86ea629fbff5edb73fe35 (diff)
gnu: ccextractor: Fix build.
* gnu/packages/gstreamer.scm (ccextractor)[inputs]: Replace ffmpeg by ffmpeg-6. Change-Id: I36b1009e98a6e3e8acbd4866f8a66bec24b2bdaa
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/gstreamer.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/gstreamer.scm b/gnu/packages/gstreamer.scm
index 1e204f9a03e..c359ef52106 100644
--- a/gnu/packages/gstreamer.scm
+++ b/gnu/packages/gstreamer.scm
@@ -179,7 +179,7 @@ module for the DMA capture of the video flow.")
;; to validate there are no obvious problems.
(invoke "./ccextractor" "--help")))))))
(native-inputs (list autoconf-2.72 automake pkg-config))
- (inputs (list ffmpeg gpac leptonica tesseract-ocr))
+ (inputs (list ffmpeg-6 gpac leptonica tesseract-ocr))
(synopsis "Closed Caption Extractor")
(description "CCExtractor is a tool that analyzes video files and produces
independent subtitle files from the closed captions data. It is portable, small,