From 42b25a21c0ec524d75bfead8209a0bfd61ca91b5 Mon Sep 17 00:00:00 2001 From: Ian Butterworth Date: Sun, 18 Feb 2024 18:34:19 -0500 Subject: [PATCH] add FFMPEG_jll as direct dep to control compat (#419) --- Project.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index ad4d513b..997fc709 100644 --- a/Project.toml +++ b/Project.toml @@ -7,6 +7,7 @@ ColorTypes = "3da002f7-5984-5a60-b8a6-cbb66c0b333f" Dates = "ade2ca70-3891-5945-98fb-dc099432e06a" Downloads = "f43a241f-c20a-4ad4-852c-f6b1247861c6" FFMPEG = "c87230d0-a227-11e9-1b43-d7ebe4e7570a" +FFMPEG_jll = "b22a6f82-2f65-5046-a5b2-351ab43fb4e5" FileIO = "5789e2e9-d7fb-5bc7-8068-2c6fae9b9549" Glob = "c27321d9-0574-5035-807b-f59d2c89b15c" ImageCore = "a09fc81d-aa75-5fe9-8630-4744c3626534" @@ -19,7 +20,8 @@ Scratch = "6c6a2e73-6563-6170-7368-637461726353" [compat] ColorTypes = "0.9, 0.10, 0.11" Downloads = "1.3" -FFMPEG = "0.2, 0.3, 0.4" +FFMPEG = "0.3, 0.4" +FFMPEG_jll = "4.1" FileIO = "1.6" Glob = "1.2" ImageCore = "0.8, 0.9, 0.10"