mirror of
https://repo.dec05eba.com/gpu-screen-recorder
synced 2026-03-31 09:07:13 +09:00
kms vaapi: fix capture bug (incorrect video size) caused by shadowed variable...
This commit is contained in:
4
build.sh
4
build.sh
@@ -6,8 +6,8 @@ cd "$script_dir"
|
||||
CC=${CC:-gcc}
|
||||
CXX=${CXX:-g++}
|
||||
|
||||
opts="-O2 -g0 -DNDEBUG -Wall -Wextra"
|
||||
[ -n "$DEBUG" ] && opts="-O0 -g3 -Wall -Wextra";
|
||||
opts="-O2 -g0 -DNDEBUG -Wall -Wextra -Wshadow"
|
||||
[ -n "$DEBUG" ] && opts="-O0 -g3 -Wall -Wextra -Wshadow";
|
||||
|
||||
build_wayland_protocol() {
|
||||
wayland-scanner private-code external/wlr-export-dmabuf-unstable-v1.xml external/wlr-export-dmabuf-unstable-v1-protocol.c
|
||||
|
||||
Reference in New Issue
Block a user