mirror of
https://github.com/Tha14/toxic.git
synced 2025-06-27 13:06:45 +02:00
Implemented OpenCV demo to demonstrate video device listing and set up code structure for video
This commit is contained in:
@ -101,6 +101,12 @@ static const char chat_cmd_list[AC_NUM_CHAT_COMMANDS][MAX_CMDNAME_SIZE] = {
|
||||
{ "/mute" },
|
||||
{ "/sense" },
|
||||
|
||||
#ifdef VIDEO
|
||||
|
||||
{ "/enablevid" },
|
||||
{ "/disablevid" },
|
||||
|
||||
#endif /* VIDEO */
|
||||
#endif /* AUDIO */
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user