mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 10:11:08 +00:00
8 lines
345 B
Meson
8 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 ])
|