ffmpeg: patch build failure (#38656)

* `ffmpeg`: patch build failure

* [@spackbot] updating style on behalf of thomas-bouvier

---------

Co-authored-by: thomas-bouvier <thomas-bouvier@users.noreply.github.com>
This commit is contained in:
Thomas Bouvier 2023-07-03 20:12:26 +02:00 committed by GitHub
parent 4654db54c7
commit 994b5ad49e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -104,6 +104,13 @@ class Ffmpeg(AutotoolsPackage):
conflicts("%nvhpc")
# Patch solving a build failure when vulkan is enabled
patch(
"https://git.ffmpeg.org/gitweb/ffmpeg.git/commitdiff_plain/eb0455d64690",
sha256="967d25a67297c53dde7151f7bc5eb37ae674525ee468880f973b9ebc3e12ed2c",
when="@5.1.2",
)
@property
def libs(self):
return find_libraries("*", self.prefix, recursive=True)