projects
/
platform
/
upstream
/
gstreamer.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
meson: build more examples
[platform/upstream/gstreamer.git]
/
tests
/
examples
/
audiomixmatrix
/
meson.build
1
executable('test-audiomixmatrix', 'test-audiomixmatrix.c',
2
include_directories : [configinc],
3
dependencies : gst_dep,
4
c_args : gst_plugins_bad_args,
5
install: false)