Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
George Kiagiadakis
gst-plugins-good
Commits
2179b9b9
Commit
2179b9b9
authored
Sep 18, 2016
by
Tim-Philipp Müller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
meson: fix build with vpx 1.3.x
vpx >= 1.4.0 is optional
parent
eaae0168
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
ext/vpx/meson.build
ext/vpx/meson.build
+1
-1
No files found.
ext/vpx/meson.build
View file @
2179b9b9
...
...
@@ -42,7 +42,7 @@ if vpx_dep.found()
message('WARNING: libvpx was built without any encoder or decoder features!')
endif
if dependency('vpx', version : '>=1.4.0').found()
if dependency('vpx', version : '>=1.4.0'
, required : false
).found()
vpx_args += '-DHAVE_VPX_1_4'
endif
...
...
Write
Preview
Markdown
is supported
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