mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 00:01:23 +00:00
2972b673c0
This replaces videomixer. Fixes #138
5 lines
171 B
Meson
5 lines
171 B
Meson
executable('crossfade', 'crossfade.c',
|
|
include_directories: [configinc],
|
|
c_args: ['-DHAVE_CONFIG_H'],
|
|
dependencies: [gst_controller_dep, gst_dep],
|
|
install: false)
|