emotion/libvlc: set libvlc_log static

This commit is contained in:
Thomas Guillem 2016-03-25 09:05:33 +01:00 committed by Jean-Philippe Andre
parent cb93c26db7
commit f04903119c
1 changed files with 1 additions and 1 deletions

View File

@ -1662,7 +1662,7 @@ static const Emotion_Engine em_engine =
NULL /* priority_get */
};
void
static void
libvlc_log(void *data EINA_UNUSED, int level,
const libvlc_log_t *ctx EINA_UNUSED,
const char *fmt, va_list args)