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
Justin Kim
gst-plugins-bad
Commits
54d7e281
Commit
54d7e281
authored
Aug 26, 2017
by
Tim-Philipp Müller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
meson: fix build for isoff lib addition
parent
0829891c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
ext/smoothstreaming/meson.build
ext/smoothstreaming/meson.build
+1
-1
tests/check/meson.build
tests/check/meson.build
+1
-1
No files found.
ext/smoothstreaming/meson.build
View file @
54d7e281
...
...
@@ -14,7 +14,7 @@ if xml28_dep.found()
link_args : noseh_link_args,
include_directories : [configinc, libsinc],
dependencies : [gst_dep, gstadaptivedemux_dep, gstcodecparsers_dep,
gsturidownloader_dep, xml28_dep, gio_dep],
gsturidownloader_dep,
gstisoff_dep,
xml28_dep, gio_dep],
install : true,
install_dir : plugins_install_dir,
)
...
...
tests/check/meson.build
View file @
54d7e281
...
...
@@ -26,7 +26,6 @@ base_tests = [
[['elements/curlfilesink.c'], not curl_dep.found(), [curl_dep]],
[['elements/curlftpsink.c'], not curl_dep.found(), [curl_dep]],
[['elements/curlsmtpsink.c'], not curl_dep.found(), [curl_dep]],
[['elements/dash_isoff.c'], not xml2_dep.found(), [xml2_dep]],
[['elements/dash_mpd.c'], not xml2_dep.found(), [xml2_dep]],
[['elements/faac.c'], not faac_dep.found() or not cc.has_header_symbol('faac.h', 'faacEncOpen'), [faac_dep]],
[['elements/faad.c'], not faad_dep.found() or not have_faad_2_7, [faad_dep]],
...
...
@@ -56,6 +55,7 @@ base_tests = [
[['elements/voaacenc.c'], not voaac_dep.found(), [voaac_dep]],
[['elements/x265enc.c'], not x265_dep.found(), [x265_dep]],
[['elements/zbar.c'], not zbar_dep.found(), [zbar_dep]],
[['libs/isoff.c'], not xml2_dep.found(), [gstisoff_dep, xml2_dep]],
]
test_defines = [
...
...
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