diff options
author | dec05eba <dec05eba@protonmail.com> | 2025-06-16 20:57:59 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2025-06-16 20:57:59 +0200 |
commit | bc58e382b7182497d1cfc08e1a158d1ecd5ef4cd (patch) | |
tree | 77591cd31b7a2dfa93fb1baeea4a25725bb65ff5 /src/pipewire_video.c | |
parent | 630c5042410996d3ec05ddf2906f1f5d2d424626 (diff) |
EGL_OPENGL_ES_BIT->EGL_OPENGL_ES2_BIT
Diffstat (limited to 'src/pipewire_video.c')
-rw-r--r-- | src/pipewire_video.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pipewire_video.c b/src/pipewire_video.c index 29d12fd..6704399 100644 --- a/src/pipewire_video.c +++ b/src/pipewire_video.c @@ -6,7 +6,7 @@ #include <spa/param/video/format-utils.h> #include <spa/debug/types.h> -#include <libdrm/drm_fourcc.h> +#include <drm_fourcc.h> #include <fcntl.h> #include <unistd.h> |