summaryrefslogtreecommitdiff
path: root/src/xine-engine/xine.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/xine-engine/xine.c')
-rw-r--r--src/xine-engine/xine.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/xine-engine/xine.c b/src/xine-engine/xine.c
index 84cfe214f..267aec498 100644
--- a/src/xine-engine/xine.c
+++ b/src/xine-engine/xine.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2000-2013 the xine project
+ * Copyright (C) 2000-2014 the xine project
*
* This file is part of xine, a free video player.
*
@@ -1818,7 +1818,7 @@ void xine_init (xine_t *this) {
*/
this->demux_strategy = this->config->register_enum (
this->config, "engine.demux.strategy", 0,
- demux_strategies,
+ (char **)demux_strategies,
_("media format detection strategy"),
_("xine offers various methods to detect the media format of input to play. "
"The individual values are:\n\n"