diff --git a/legacy/emotion/src/lib/emotion_smart.c b/legacy/emotion/src/lib/emotion_smart.c index 87f8929ee6..ad141db933 100644 --- a/legacy/emotion/src/lib/emotion_smart.c +++ b/legacy/emotion/src/lib/emotion_smart.c @@ -187,6 +187,9 @@ _emotion_module_open(const char *name, Evas_Object *obj, Emotion_Video_Module ** return NULL; } + if (!name && getenv("EMOTION_ENGINE")) + name = getenv("EMOTION_ENGINE"); + /* FIXME: Always look for a working backend. */ retry: if (!name || index > 0)