mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-14 13:21:28 +00:00
af5717b364
Can't mix/match imports and exports from the same library here, so just include all .c files needed instead and don't link to gstnet at all then. https://bugzilla.gnome.org/show_bug.cgi?id=797185
3 lines
124 B
Meson
3 lines
124 B
Meson
executable('netclock-replay', 'netclock-replay.c',
|
|
include_directories: libsinc,
|
|
dependencies : [gio_dep, gst_dep])
|