Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Seungha Yang
gst-plugins-good
Commits
5fad0735
Commit
5fad0735
authored
Nov 21, 2018
by
Xavier Claessens
Browse files
Check for zlib header
parent
3b22a604
Changes
1
Hide whitespace changes
Inline
Side-by-side
meson.build
View file @
5fad0735
...
@@ -307,7 +307,7 @@ endif
...
@@ -307,7 +307,7 @@ endif
zlib_dep = dependency('zlib', required : false)
zlib_dep = dependency('zlib', required : false)
if not zlib_dep.found()
if not zlib_dep.found()
zlib_dep = cc.find_library('z', required : false)
zlib_dep = cc.find_library('z', required : false)
if not zlib_dep.found()
if not zlib_dep.found()
or not cc.has_header('zlib.h')
zlib_dep = subproject('zlib').get_variable('zlib_dep')
zlib_dep = subproject('zlib').get_variable('zlib_dep')
endif
endif
endif
endif
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment