diff --git a/src/modules/emotion/generic/emotion_generic.c b/src/modules/emotion/generic/emotion_generic.c index b30a65ea21..6b2c17ebb2 100644 --- a/src/modules/emotion/generic/emotion_generic.c +++ b/src/modules/emotion/generic/emotion_generic.c @@ -1700,7 +1700,7 @@ em_meta_get(void *data, int meta) return NULL; } -static Emotion_Video_Module em_module = +static const Emotion_Video_Module em_module = { em_init, /* init */ em_shutdown, /* shutdown */ diff --git a/src/modules/emotion/gstreamer/emotion_gstreamer.c b/src/modules/emotion/gstreamer/emotion_gstreamer.c index 066314f14c..f1cf689476 100644 --- a/src/modules/emotion/gstreamer/emotion_gstreamer.c +++ b/src/modules/emotion/gstreamer/emotion_gstreamer.c @@ -208,7 +208,7 @@ static Eina_Bool _em_restart_stream(void *data); /* Module interface */ -static Emotion_Video_Module em_module = +static const Emotion_Video_Module em_module = { em_init, /* init */ em_shutdown, /* shutdown */ diff --git a/src/modules/emotion/xine/emotion_xine.c b/src/modules/emotion/xine/emotion_xine.c index c4a71d983b..e02789ea10 100644 --- a/src/modules/emotion/xine/emotion_xine.c +++ b/src/modules/emotion/xine/emotion_xine.c @@ -1533,7 +1533,7 @@ _em_get_pos_len(Emotion_Xine_Video *ev) pthread_mutex_unlock(&(ev->get_pos_len_mutex)); } -static Emotion_Video_Module em_module = +static const Emotion_Video_Module em_module = { em_init, /* init */ em_shutdown, /* shutdown */