Add option to merge audio devices by separating audio inputs with | in one -a
This commit is contained in:
2
build.sh
2
build.sh
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user