mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 15:51:11 +00:00
fe4f034c8a
Most notably this disables console messages support when the 2.0 API is used, because there is no replacement for it. Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/4159>
7 lines
318 B
Meson
7 lines
318 B
Meson
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)
|