summaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
authorFox Caminiti <fox@foxcam.net>2023-02-18 14:25:13 -0500
committerFox Caminiti <fox@foxcam.net>2023-02-18 14:25:13 -0500
commit84aa5c466f57c9541243dbaa7442fdee734af7b7 (patch)
tree5c82453aeee2a6476c24dcee2019fa73a6309c0a /build.sh
parent02870398a99fab6351182fba407d7d733affa5a1 (diff)
gl sampling test
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 c2a90f7..10f5929 100755
--- a/build.sh
+++ b/build.sh
@@ -109,7 +109,7 @@ clang src/main.cpp -MJ bin/main.json $WARNING_FLAGS $OPTIMIZATION $ADDITIONAL_FL
-lm $(pkg-config --cflags --libs $FFMPEG_LIBS)
if [[ "$DEBUG" == 1 ]]; then
-echo "c ec compiled" > /tmp/control_pipe.dat
+ pidof gf2 && echo "c ec compiled" > /tmp/control_pipe.dat
fi