mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-06 17:39:47 +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)
|