mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-11 20:01:35 +00:00
5 lines
173 B
Meson
5 lines
173 B
Meson
executable('test-audiomixmatrix', 'test-audiomixmatrix.c',
|
|
include_directories : [configinc],
|
|
dependencies : gst_dep,
|
|
c_args : gst_plugins_bad_args,
|
|
install: false)
|