mirror of
https://git.jami.net/savoirfairelinux/jami-daemon.git
synced 2025-08-12 22:09:25 +08:00
hudson: -v option now disables video
Refs #50857 Change-Id: I7073286556b57f0114b420350cd8933c1716a52d
This commit is contained in:

committed by
Emmanuel Milou

parent
e04e814d0d
commit
b7eeabde68
@ -200,8 +200,8 @@ while getopts ":b: t a v c" opt; do
|
||||
CODE_ANALYSIS=1
|
||||
;;
|
||||
v)
|
||||
echo "-v is set, video support is enabled" >&2
|
||||
DOPTS="--enable-video $DOPTS"
|
||||
echo "-v is set, video support is disabled" >&2
|
||||
DOPTS="--disable-video $DOPTS"
|
||||
;;
|
||||
c)
|
||||
echo "-c is set, clang compiler is used" >&2
|
||||
|
Reference in New Issue
Block a user