sdp: fix warning if compiling without video support

This commit is contained in:
Tristan Matthews
2013-07-11 14:58:45 -04:00
parent 2d9b1a8c87
commit df05f0880f

View File

@ -765,6 +765,8 @@ bool Sdp::getOutgoingVideoSettings(map<string, string> &args) const
}
return true;
}
#else
(void) args;
#endif
return false;
}