Skip to content

Commit

Permalink
Update conanfile.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ericLemanissier authored Dec 14, 2023
1 parent d1829f7 commit 705199c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/opencv/4.x/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -1136,7 +1136,7 @@ def requirements(self):
# videoio module dependencies
if self.options.get_safe("with_ffmpeg"):
# opencv doesn't support ffmpeg >= 5.0.0 for the moment (until 4.5.5 at least)
self.requires("ffmpeg/6.1")
self.requires("ffmpeg/4.4.4")
# freetype module dependencies
if self.options.freetype:
self.requires("freetype/2.13.2")
Expand Down

0 comments on commit 705199c

Please sign in to comment.