1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-12-08 19:26:34 +01:00

Merge new_av from upstream

This commit is contained in:
Jfreegman
2015-11-07 00:21:42 -05:00
28 changed files with 2318 additions and 380 deletions

View File

@@ -65,6 +65,10 @@ static struct cmd_func global_commands[] = {
{ "/lsdev", cmd_list_devices },
{ "/sdev", cmd_change_device },
#endif /* AUDIO */
#ifdef VIDEO
{ "/lsvdev", cmd_list_video_devices },
{ "/svdev" , cmd_change_video_device },
#endif /* VIDEO */
{ NULL, NULL },
};
@@ -82,6 +86,9 @@ static struct cmd_func chat_commands[] = {
{ "/mute", cmd_mute },
{ "/sense", cmd_sense },
#endif /* AUDIO */
#ifdef VIDEO
{ "/video", cmd_video },
#endif /* VIDEO */
{ NULL, NULL },
};