mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-08 18:39:54 +00:00
5 lines
190 B
Meson
5 lines
190 B
Meson
executable('shapewipe-example', 'shapewipe-example.c',
|
|
dependencies: [gstcontroller_dep, gst_dep],
|
|
c_args : gst_plugins_good_args,
|
|
include_directories : [configinc],
|
|
install: false)
|