summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorVíctor Manuel Jáquez Leal <vjaquez@igalia.com>2018-09-25 20:28:02 +0200
committerVíctor Manuel Jáquez Leal <vjaquez@igalia.com>2018-09-25 20:36:06 +0200
commit00f5fe9ccfc7183eb0f3f02f6efcca06343e70b2 (patch)
tree48e93afecedbd96062bf62061cf501a7f87a802d /tests
parentcfbe7cbc4494a857357022a648b5e1ab62174e7e (diff)
downloadgstreamer-vaapi-00f5fe9ccfc7183eb0f3f02f6efcca06343e70b2.tar.gz
tests: don's use sysdeps.h in header
Diffstat (limited to 'tests')
-rw-r--r--tests/y4mreader.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/y4mreader.h b/tests/y4mreader.h
index 30d754bc..e2dbd109 100644
--- a/tests/y4mreader.h
+++ b/tests/y4mreader.h
@@ -19,7 +19,8 @@
* Boston, MA 02110-1301 USA
*/
-#include "gst/vaapi/sysdeps.h"
+#include <glib.h>
+#include <stdio.h>
#include <gst/vaapi/gstvaapiimage.h>
typedef struct _Y4MReader Y4MReader;