From 52743acba37451121d0820150694d13e2f660774 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20B=C5=93sch?= Date: Mon, 7 Mar 2011 21:50:45 +0100 Subject: cleanup: avoid various GCC warnings --- cfg-common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cfg-common.h') diff --git a/cfg-common.h b/cfg-common.h index ad3a775b2c..1023527551 100644 --- a/cfg-common.h +++ b/cfg-common.h @@ -623,7 +623,7 @@ const m_option_t common_opts[] = { {"lavfdopts", (void *) lavfdopts_conf, CONF_TYPE_SUBCONFIG, CONF_GLOBAL, 0, 0, NULL}, #endif #ifdef CONFIG_XVID4 - {"xvidopts", xvid_dec_opts, CONF_TYPE_SUBCONFIG, 0, 0, 0, NULL}, + {"xvidopts", (void *)xvid_dec_opts, CONF_TYPE_SUBCONFIG, 0, 0, 0, NULL}, #endif {"codecs-file", &codecs_file, CONF_TYPE_STRING, 0, 0, 0, NULL}, // ------------------------- subtitles options -------------------- -- cgit v1.2.3