early-access version 2853
This commit is contained in:
13
externals/vcpkg/ports/gstreamer/plugins-good-use-zlib.patch
vendored
Executable file
13
externals/vcpkg/ports/gstreamer/plugins-good-use-zlib.patch
vendored
Executable file
@@ -0,0 +1,13 @@
|
||||
diff --git a/meson.build b/meson.build
|
||||
index 9de3b01..091a7f0 100644
|
||||
--- a/meson.build
|
||||
+++ b/meson.build
|
||||
@@ -326,7 +326,7 @@ if have_gstgl
|
||||
endif
|
||||
endif
|
||||
|
||||
-zlib_dep = dependency('zlib', required : false)
|
||||
+zlib_dep = dependency('zlib', required : true)
|
||||
if not zlib_dep.found()
|
||||
zlib_dep = cc.find_library('z', required : false)
|
||||
if not zlib_dep.found() or not cc.has_header('zlib.h')
|
Reference in New Issue
Block a user