gnu: ccextractor: Fix build.

* gnu/packages/gstreamer.scm (ccextractor)[inputs]: Replace ffmpeg
by ffmpeg-6.

Change-Id: I36b1009e98a6e3e8acbd4866f8a66bec24b2bdaa
This commit is contained in:
Andreas Enge 2025-11-19 11:30:54 +01:00
parent 6deac6fc48
commit 770d214f03
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -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,