Skip to content

Commit

Permalink
Patch: Remove epoxy dependency
Browse files Browse the repository at this point in the history
webrtc seem to manually load GL libraries with dlopen, so epoxy is actually unused
  • Loading branch information
ilya-fedin authored and john-preston committed Jul 16, 2024
1 parent b1065fe commit 936d6d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/modules/desktop_capture/linux/wayland/egl_dmabuf.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
#ifndef MODULES_DESKTOP_CAPTURE_LINUX_WAYLAND_EGL_DMABUF_H_
#define MODULES_DESKTOP_CAPTURE_LINUX_WAYLAND_EGL_DMABUF_H_

#include <epoxy/egl.h>
#include <epoxy/gl.h>
#include <EGL/egl.h>
#include <GL/gl.h>
#include <gbm.h>

#include <memory>
Expand Down

0 comments on commit 936d6d8

Please sign in to comment.