mirror of
https://git.jami.net/savoirfairelinux/jami-daemon.git
synced 2025-08-12 22:09:25 +08:00
sdp: fix warning if compiling without video support
This commit is contained in:
@ -765,6 +765,8 @@ bool Sdp::getOutgoingVideoSettings(map<string, string> &args) const
|
||||
}
|
||||
return true;
|
||||
}
|
||||
#else
|
||||
(void) args;
|
||||
#endif
|
||||
return false;
|
||||
}
|
||||
|
Reference in New Issue
Block a user