Skip to content

Commit 26ef075

Browse files
wbehrens-on-ghAbrilRBSczoido
authored
(#18364) ffmpeg: bump libwebp version
Co-authored-by: Rubén Rincón Blanco <[email protected]> Co-authored-by: Carlos Zoido <[email protected]>
1 parent b164b06 commit 26ef075

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

recipes/ffmpeg/all/conanfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ def requirements(self):
289289
if self.options.with_libfdk_aac:
290290
self.requires("libfdk_aac/2.0.2")
291291
if self.options.with_libwebp:
292-
self.requires("libwebp/1.3.0")
292+
self.requires("libwebp/1.3.1")
293293
if self.options.with_ssl == "openssl":
294294
self.requires("openssl/[>=1.1 <4]")
295295
if self.options.get_safe("with_libalsa"):

0 commit comments

Comments
 (0)