mirror of
https://github.com/TokTok/c-toxcore
synced 2026-06-04 19:01:41 +00:00
Fix typo and change logger config option
This commit is contained in:
+2
-2
@@ -82,8 +82,8 @@ AC_ARG_ENABLE([randombytes-stir],
|
||||
]
|
||||
)
|
||||
|
||||
AC_ARG_ENABLE([logger],
|
||||
[AC_HELP_STRING([--enable-logger], [enable logging (default: auto)]) ],
|
||||
AC_ARG_ENABLE([logging],
|
||||
[AC_HELP_STRING([--enable-logging], [enable logging (default: auto)]) ],
|
||||
[
|
||||
if test "x$enableval" = "xyes"; then
|
||||
TOX_LOGGER="yes"
|
||||
|
||||
@@ -389,7 +389,7 @@ enum class CALL_CONTROL {
|
||||
/**
|
||||
* Request that the friend stops sending video. Regardless of the friend's
|
||||
* compliance, this will cause the ${event video.receive_frame} event to stop being
|
||||
* triggered on receiving an video frame from the friend.
|
||||
* triggered on receiving a video frame from the friend.
|
||||
*/
|
||||
HIDE_VIDEO,
|
||||
/**
|
||||
|
||||
+1
-1
@@ -431,7 +431,7 @@ typedef enum TOXAV_CALL_CONTROL {
|
||||
/**
|
||||
* Request that the friend stops sending video. Regardless of the friend's
|
||||
* compliance, this will cause the video_receive_frame event to stop being
|
||||
* triggered on receiving an video frame from the friend.
|
||||
* triggered on receiving a video frame from the friend.
|
||||
*/
|
||||
TOXAV_CALL_CONTROL_HIDE_VIDEO,
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user