mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-07-22 03:51:48 +00:00
FS-7655: fix build issue w/ strict prototypes
This commit is contained in:
parent
4ad0aa91a4
commit
e298831b3c
@ -364,7 +364,7 @@ SWITCH_DECLARE(switch_image_t *) switch_img_write_text_img(int w, int h, switch_
|
|||||||
|
|
||||||
SWITCH_DECLARE(switch_image_t *) switch_img_read_file(const char* file_name);
|
SWITCH_DECLARE(switch_image_t *) switch_img_read_file(const char* file_name);
|
||||||
SWITCH_DECLARE(switch_status_t) switch_img_letterbox(switch_image_t *img, switch_image_t **imgP, int width, int height, const char *color);
|
SWITCH_DECLARE(switch_status_t) switch_img_letterbox(switch_image_t *img, switch_image_t **imgP, int width, int height, const char *color);
|
||||||
SWITCH_DECLARE(switch_bool_t) switch_core_has_video();
|
SWITCH_DECLARE(switch_bool_t) switch_core_has_video(void);
|
||||||
/** @} */
|
/** @} */
|
||||||
|
|
||||||
SWITCH_END_EXTERN_C
|
SWITCH_END_EXTERN_C
|
||||||
|
@ -86,7 +86,7 @@ SWITCH_DECLARE(switch_img_position_t) parse_img_position(const char *name)
|
|||||||
return r;
|
return r;
|
||||||
}
|
}
|
||||||
|
|
||||||
SWITCH_DECLARE(switch_bool_t) switch_core_has_video()
|
SWITCH_DECLARE(switch_bool_t) switch_core_has_video(void)
|
||||||
{
|
{
|
||||||
#ifdef SWITCH_HAVE_VPX
|
#ifdef SWITCH_HAVE_VPX
|
||||||
#ifdef SWITCH_HAVE_YUV
|
#ifdef SWITCH_HAVE_YUV
|
||||||
|
Loading…
x
Reference in New Issue
Block a user