mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
Fix typo and change logger config option
This commit is contained in:
parent
bb67d9b273
commit
363771ea3c
|
@ -82,8 +82,8 @@ AC_ARG_ENABLE([randombytes-stir],
|
||||||
]
|
]
|
||||||
)
|
)
|
||||||
|
|
||||||
AC_ARG_ENABLE([logger],
|
AC_ARG_ENABLE([logging],
|
||||||
[AC_HELP_STRING([--enable-logger], [enable logging (default: auto)]) ],
|
[AC_HELP_STRING([--enable-logging], [enable logging (default: auto)]) ],
|
||||||
[
|
[
|
||||||
if test "x$enableval" = "xyes"; then
|
if test "x$enableval" = "xyes"; then
|
||||||
TOX_LOGGER="yes"
|
TOX_LOGGER="yes"
|
||||||
|
|
|
@ -389,7 +389,7 @@ enum class CALL_CONTROL {
|
||||||
/**
|
/**
|
||||||
* Request that the friend stops sending video. Regardless of the friend's
|
* 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
|
* 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,
|
HIDE_VIDEO,
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -431,7 +431,7 @@ typedef enum TOXAV_CALL_CONTROL {
|
||||||
/**
|
/**
|
||||||
* Request that the friend stops sending video. Regardless of the friend's
|
* Request that the friend stops sending video. Regardless of the friend's
|
||||||
* compliance, this will cause the video_receive_frame event to stop being
|
* 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,
|
TOXAV_CALL_CONTROL_HIDE_VIDEO,
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue
Block a user