aboutsummaryrefslogtreecommitdiff
path: root/src/egl.c
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2023-04-07 05:31:46 +0200
committerdec05eba <dec05eba@protonmail.com>2023-04-07 05:31:46 +0200
commit75ed160122bc923731ae1d005d789608a4cdb2fb (patch)
tree97a07ea8aaeb23cc8b2f94e11da7ebf703fbc3a3 /src/egl.c
parent10d7bf93e864fc6b3c83ad7a913ea05d39256c03 (diff)
Implement kms vaapi capture
Diffstat (limited to 'src/egl.c')
-rw-r--r--src/egl.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/egl.c b/src/egl.c
index b991ff4..eb5bf9a 100644
--- a/src/egl.c
+++ b/src/egl.c
@@ -1,6 +1,8 @@
#include "../include/egl.h"
#include "../include/library_loader.h"
#include <string.h>
+#include <stdio.h>
+#include <dlfcn.h>
static bool gsr_egl_create_window(gsr_egl *self) {
EGLConfig ecfg;