diff options
author | dec05eba <dec05eba@protonmail.com> | 2020-08-31 04:19:11 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2020-08-31 04:19:11 +0200 |
commit | c622d2d799820b90dc624c5f869b79607c62f1ae (patch) | |
tree | d8ae2ccb5d3a03b0e46287e4e35abe5baf2666d6 /project.conf | |
parent | 5f84ad1c767ed4e8fd67a27514fe38cdee9b3edf (diff) |
Revert select code. Causes laggy video for some reason
Diffstat (limited to 'project.conf')
-rw-r--r-- | project.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/project.conf b/project.conf index 8bc34e0..9f6d71d 100644 --- a/project.conf +++ b/project.conf @@ -18,7 +18,7 @@ libavformat = ">=58" libavutil = ">=56.2" x11 = ">=1" xcomposite = ">=0.2" -xdamage = "1" +#xdamage = "1" # TODO: Remove this dependency, this is needed right now for glfwMakeContextCurrent glfw3 = "3" |