diff options
author | Víctor Manuel Jáquez Leal <vjaquez@igalia.com> | 2018-09-26 18:04:53 +0200 |
---|---|---|
committer | Víctor Manuel Jáquez Leal <vjaquez@igalia.com> | 2018-09-26 18:28:02 +0200 |
commit | fbc5ed1651678cc327638ed604b58c4d045d7985 (patch) | |
tree | 392731c11cdf3f6e657d1b5f453c560835cf4b89 /tests | |
parent | 00f5fe9ccfc7183eb0f3f02f6efcca06343e70b2 (diff) |
tests: fix compilation
https://bugzilla.gnome.org/show_bug.cgi?id=797204
Diffstat (limited to 'tests')
-rw-r--r-- | tests/y4mreader.c | 3 | ||||
-rw-r--r-- | tests/y4mreader.h | 2 |
2 files changed, 2 insertions, 3 deletions
diff --git a/tests/y4mreader.c b/tests/y4mreader.c index 5fa7dcb1..3fb78732 100644 --- a/tests/y4mreader.c +++ b/tests/y4mreader.c @@ -20,8 +20,7 @@ */ #include "y4mreader.h" - -#include <stdio.h> +#include <string.h> /* format documentation: * http://wiki.multimedia.cx/index.php?title=YUV4MPEG2 */ diff --git a/tests/y4mreader.h b/tests/y4mreader.h index e2dbd109..369efb6f 100644 --- a/tests/y4mreader.h +++ b/tests/y4mreader.h @@ -19,7 +19,7 @@ * Boston, MA 02110-1301 USA */ -#include <glib.h> +#include <gst/gst.h> #include <stdio.h> #include <gst/vaapi/gstvaapiimage.h> |