gstreamer/subprojects/gst-plugins-bad/tests/examples/audiomixmatrix/meson.build

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
173 B
Meson
Raw Normal View History

executable('test-audiomixmatrix', 'test-audiomixmatrix.c',
include_directories : [configinc],
dependencies : gst_dep,
c_args : gst_plugins_bad_args,
install: false)