initial commit to fix mivisionx build for 5.6 (#40579)

This commit is contained in:
afzpatel 2023-10-25 19:24:31 -04:00 committed by GitHub
parent d9edc92119
commit 3e47f3f05c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -182,7 +182,7 @@ def patch(self):
depends_on("cmake@3.5:", type="build")
depends_on("ffmpeg@:4", type="build", when="@:5.3")
depends_on("ffmpeg@4.4:", type="build", when="@5.4:")
depends_on("ffmpeg@4.4", type="build", when="@5.4:")
depends_on("protobuf@:3", type="build")
depends_on(
"opencv@:3.4"