diff options
author | dec05eba <dec05eba@protonmail.com> | 2023-02-16 23:39:02 +0100 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2023-02-16 23:40:21 +0100 |
commit | 1d8d95fba49a6c1eb6304d439b671f39595b984d (patch) | |
tree | 03299c76d7bfd872e999e6c48c4ad860ee4ee167 /build.sh | |
parent | c22c66260e0a2442ac4344f722cb60279449c0cc (diff) |
Add option to merge audio devices by separating audio inputs with | in one -a
Diffstat (limited to 'build.sh')
-rwxr-xr-x | build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ #!/bin/sh -e #libdrm -dependencies="libavcodec libavformat libavutil x11 xcomposite xrandr libpulse libswresample" +dependencies="libavcodec libavformat libavutil x11 xcomposite xrandr libpulse libswresample libavfilter" includes="$(pkg-config --cflags $dependencies)" libs="$(pkg-config --libs $dependencies) -ldl -pthread -lm" gcc -c src/capture/capture.c -O2 -g0 -DNDEBUG $includes |