projects
/
platform
/
upstream
/
gst-plugins-bad.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0a350c6
)
meson: Fix building of MSDK plugin on Windows
author
Nirbheek Chauhan
<nirbheek@centricular.com>
Thu, 10 Jan 2019 10:04:51 +0000
(15:34 +0530)
committer
Nirbheek Chauhan
<nirbheek@centricular.com>
Thu, 10 Jan 2019 10:04:51 +0000
(15:34 +0530)
Variable name was typoed in
604c8d5232eba961ca34c9e98de8d5454cd5ab5f
sys/msdk/meson.build
patch
|
blob
|
history
diff --git
a/sys/msdk/meson.build
b/sys/msdk/meson.build
index 046c0cd6bdccc1c202f084bbaebcd8979b89733f..c94102d385214f8db0783a11495159dd842e76cb 100644
(file)
--- a/
sys/msdk/meson.build
+++ b/
sys/msdk/meson.build
@@
-49,7
+49,7
@@
else
if mfx_root != ''
mfx_libdir = [mfx_root + '/lib/lin_x64', mfx_root + '/lib/x64', mfx_root + '/lib64', mfx_root + '/lib']
mfx_incdir = join_paths([mfx_root, 'include'])
- mfx_lib = cxx.find_library('mfx', dirs: mfx_libdir, required: m
fx
_option)
+ mfx_lib = cxx.find_library('mfx', dirs: mfx_libdir, required: m
sdk
_option)
mfx_inc = include_directories(mfx_incdir)
mfx_dep = declare_dependency(include_directories: mfx_inc, dependencies: mfx_lib)
elif msdk_option.enabled()