versions
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user