diff options
author | dec05eba <dec05eba@protonmail.com> | 2021-07-16 10:05:50 +0000 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2021-07-16 10:05:50 +0000 |
commit | 53f04c9833570cf3c15c3d24cf5bcbbb09f94066 (patch) | |
tree | 01175a3bbba267c812326cd7d4e774d30402ed71 /build.sh | |
parent | 01f82bd7967a4487ff01fb255f222447edfaf7e8 (diff) | |
download | vr-video-player-53f04c9833570cf3c15c3d24cf5bcbbb09f94066.tar.gz vr-video-player-53f04c9833570cf3c15c3d24cf5bcbbb09f94066.tar.bz2 vr-video-player-53f04c9833570cf3c15c3d24cf5bcbbb09f94066.zip |
Add global alt+q/e for zoom
Diffstat (limited to 'build.sh')
-rwxr-xr-x | build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,4 +5,4 @@ includes=$(pkg-config --cflags $dependencies) libs=$(pkg-config --libs $dependencies) gcc -c src/window_texture.c -O2 $includes g++ -c src/main.cpp -O2 $includes -g++ -o vr-video-player window_texture.o main.o -s $libs +g++ -o vr-video-player -O2 window_texture.o main.o -s $libs |