FS-7519: fix build issue with clang-3.5

This commit is contained in:
William King 2015-05-26 08:41:35 -07:00 committed by Michael Jerris
parent dc2e98e536
commit 7b1bc2e604
2 changed files with 1 additions and 2 deletions

View File

@ -867,8 +867,6 @@ SWITCH_STANDARD_API(av_codec_api_function)
return SWITCH_STATUS_SUCCESS;
}
static const char modname[] = "mod_av";
SWITCH_MODULE_LOAD_FUNCTION(mod_avcodec_load)
{
switch_codec_interface_t *codec_interface;

View File

@ -40,6 +40,7 @@ SWITCH_MODULE_LOAD_FUNCTION(mod_av_load);
SWITCH_MODULE_SHUTDOWN_FUNCTION(mod_av_shutdown);
SWITCH_MODULE_DEFINITION(mod_av, mod_av_load, mod_av_shutdown, NULL);
static const char modname[] = "mod_av";
static void log_callback(void *ptr, int level, const char *fmt, va_list vl)
{