gstreamer/subprojects/gst-plugins-bad/ext/wpe/wpe-extension/meson.build

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

8 lines
318 B
Meson
Raw Normal View History

library('gstwpeextension',
['gstwpeextension.c', 'gstwpeaudiosink.c', 'gstwpebusmsgforwarder.c'],
dependencies : [wpewebkit_dep, gst_dep, gstbase_dep, giounix_dep],
c_args : ['-DHAVE_CONFIG_H=1'] + gst_wpe_c_args,
include_directories : [configinc],
install : true,
install_dir : wpe_extension_install_dir)