diff options
author | dec05eba <dec05eba@protonmail.com> | 2022-07-06 09:24:08 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2022-07-06 09:24:08 +0200 |
commit | cbd7e9df73edb71a03e4e7cf122b019c74461d59 (patch) | |
tree | 130e79a0808a6eea99ccded728d4ed374fb07dcf /build.sh | |
parent | 3bac8d6ab81537b8c982ea8e47781ca383b54ad6 (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-x | build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |