gstreamer/libs/gst/check
Tim-Philipp Müller 090a928329 meson: fix warning about configure_file() install kwarg
The install kwarg on configure_file() was only added in
Meson 0.50 but we're targetting older versions as well,
which caused a warning. The install kwarg is not needed
here as we specify install_dir, so we can just drop it.

Fixes #379
2019-08-15 14:16:51 +01:00
..
libcheck Run gst-indent through the files 2018-11-28 05:58:53 +02:00
.gitignore check: use private copy of check for libgstcheck 2009-08-06 17:27:12 +01:00
check-prelude.h libs: figure out right export define in configure 2018-09-24 08:39:37 +01:00
check.h check: GST_EXPORT -> GST_CHECK_API 2018-03-13 00:57:36 +00:00
gstbufferstraw.c libs: figure out right export define in configure 2018-09-24 08:39:37 +01:00
gstbufferstraw.h check: GST_EXPORT -> GST_CHECK_API 2018-03-13 00:57:36 +00:00
gstcheck.c check: suppress some g-i warnings 2019-03-23 18:17:43 +00:00
gstcheck.h tests: fix tests when compiling with glib_checks=disabled 2018-11-10 15:37:36 +00:00
gstconsistencychecker.c libs: figure out right export define in configure 2018-09-24 08:39:37 +01:00
gstconsistencychecker.h check: GST_EXPORT -> GST_CHECK_API 2018-03-13 00:57:36 +00:00
gstharness.c misc: Fix various compiler warnings on MinGW 2019-02-05 18:45:54 +05:30
gstharness.h harness: Add API for proposing meta APIs from the allocation query 2018-10-28 17:05:27 +00:00
gsttestclock.c harness: improve _wait_for_clock_id_waits performance 2018-11-06 11:46:06 +01:00
gsttestclock.h harness: improve _wait_for_clock_id_waits performance 2018-11-06 11:46:06 +01:00
Makefile.am harness: Add API for proposing meta APIs from the allocation query 2018-10-28 17:05:27 +00:00
meson.build meson: fix warning about configure_file() install kwarg 2019-08-15 14:16:51 +01:00