From cbd7e9df73edb71a03e4e7cf122b019c74461d59 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Wed, 6 Jul 2022 09:24:08 +0200 Subject: Remove area when recording screen/monitor, dont pipe to ffmpeg, use dlopen instead of access to check nvfbc access --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build.sh') 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 -- cgit v1.2.3