mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-06 01:19:38 +00:00
7 lines
345 B
Meson
7 lines
345 B
Meson
executable('webrtc-recvonly-h264',
|
|
'webrtc-recvonly-h264.c',
|
|
dependencies : [gst_dep, gstsdp_dep, gstwebrtc_dep, libsoup_dep, json_glib_dep ])
|
|
|
|
executable('webrtc-unidirectional-h264',
|
|
'webrtc-unidirectional-h264.c',
|
|
dependencies : [gst_dep, gstsdp_dep, gstwebrtc_dep, libsoup_dep, json_glib_dep ])
|