versions
This commit is contained in:
@@ -488,8 +488,8 @@
|
|||||||
(define-syntax check-support
|
(define-syntax check-support
|
||||||
(syntax-rules ()
|
(syntax-rules ()
|
||||||
((_ lib version-hash)
|
((_ lib version-hash)
|
||||||
(let ((from (car (hash-ref lib version-hash)))
|
(let ((from (car (hash-ref version-hash lib)))
|
||||||
(until (cadr (hash-ref lib version-hash))))
|
(until (cadr (hash-ref version-hash lib))))
|
||||||
(let ((major-version (car (ffmpeg-version lib))))
|
(let ((major-version (car (ffmpeg-version lib))))
|
||||||
(cond
|
(cond
|
||||||
((or (< major-version from) (> major-version until))
|
((or (< major-version from) (> major-version until))
|
||||||
|
|||||||
Reference in New Issue
Block a user