projects
/
platform
/
upstream
/
gst-libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
21a18e2
)
meson: Remove leftover debug logging
author
Nirbheek Chauhan
<nirbheek@centricular.com>
Mon, 29 Oct 2018 14:31:52 +0000
(14:31 +0000)
committer
Nirbheek Chauhan
<nirbheek@centricular.com>
Mon, 29 Oct 2018 14:31:52 +0000
(14:31 +0000)
meson.build
patch
|
blob
|
history
diff --git
a/meson.build
b/meson.build
index
35dc64b
..
09a04e6
100644
(file)
--- a/
meson.build
+++ b/
meson.build
@@
-38,11
+38,6
@@
check_ffmpeg_src = '''#include <libavcodec/avcodec.h>
libav_deps_type_name = ''
foreach dep: libav_deps
- message('type name: @0@'.format(dep.type_name()))
-endforeach
-
-foreach dep: libav_deps
- message('[@0@] / [@1@]'.format(libav_deps_type_name, dep.type_name()))
if libav_deps_type_name != '' and dep.type_name() != libav_deps_type_name
error('Libav deps must be either all internal or all external')
endif