aboutsummaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2022-07-06 09:24:08 +0200
committerdec05eba <dec05eba@protonmail.com>2022-07-06 09:24:08 +0200
commitcbd7e9df73edb71a03e4e7cf122b019c74461d59 (patch)
tree130e79a0808a6eea99ccded728d4ed374fb07dcf /build.sh
parent3bac8d6ab81537b8c982ea8e47781ca383b54ad6 (diff)
Remove area when recording screen/monitor, dont pipe to ffmpeg, use dlopen instead of access to check nvfbc access
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.sh b/build.sh
index 05603db..8c38b31 100755
--- a/build.sh
+++ b/build.sh
@@ -2,5 +2,5 @@
dependencies="gtk+-3.0 x11 xrandr libpulse"
includes="$(pkg-config --cflags $dependencies)"
-libs="$(pkg-config --libs $dependencies)"
+libs="$(pkg-config --libs $dependencies) -ldl"
g++ -o gpu-screen-recorder-gtk -O2 src/main.cpp -s $includes $libs