gstreamer/tests/misc/meson.build
Tim-Philipp Müller af5717b364 tests: netclock-replay: fix build with new api export/import
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
2018-09-24 08:39:39 +01:00

4 lines
124 B
Meson

executable('netclock-replay', 'netclock-replay.c',
include_directories: libsinc,
dependencies : [gio_dep, gst_dep])