Emotion: Fix 'engine' may be used uninitialized warning.

SVN revision: 74309
This commit is contained in:
Christopher Michael 2012-07-23 08:20:14 +00:00
parent 733338509e
commit 6fe982b022
1 changed files with 1 additions and 1 deletions

View File

@ -1035,7 +1035,7 @@ gstreamer_video_sink_new(Emotion_Gstreamer_Video *ev,
int flags;
const char *launch;
#if defined HAVE_ECORE_X && defined HAVE_XOVERLAY_H
const char *engine;
const char *engine = NULL;
Eina_List *engines;
#endif