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

SVN revision: 74309
devs/devilhorns/wayland_egl
Christopher Michael 12 years ago
parent 733338509e
commit 6fe982b022
  1. 2
      legacy/emotion/src/modules/gstreamer/emotion_sink.c

@ -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

Loading…
Cancel
Save