Skip to content

Commit

Permalink
(#18364) ffmpeg: bump libwebp version
Browse files Browse the repository at this point in the history
Co-authored-by: Rubén Rincón Blanco <rubenrb@jfrog.com>
Co-authored-by: Carlos Zoido <mrgalleta@gmail.com>
  • Loading branch information
3 people authored Jul 19, 2023
1 parent b164b06 commit 26ef075
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/ffmpeg/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ def requirements(self):
if self.options.with_libfdk_aac:
self.requires("libfdk_aac/2.0.2")
if self.options.with_libwebp:
self.requires("libwebp/1.3.0")
self.requires("libwebp/1.3.1")
if self.options.with_ssl == "openssl":
self.requires("openssl/[>=1.1 <4]")
if self.options.get_safe("with_libalsa"):
Expand Down

0 comments on commit 26ef075

Please sign in to comment.