This commit is contained in:
2026-05-11 09:39:13 +02:00
parent 68c2471620
commit 9eb09537e6
+2 -2
View File
@@ -488,8 +488,8 @@
(define-syntax check-support
(syntax-rules ()
((_ lib version-hash)
(let ((from (car (hash-ref lib version-hash)))
(until (cadr (hash-ref lib version-hash))))
(let ((from (car (hash-ref version-hash lib)))
(until (cadr (hash-ref version-hash lib))))
(let ((major-version (car (ffmpeg-version lib))))
(cond
((or (< major-version from) (> major-version until))