From 6d8b053f13f0608ae31998abf0f86ef66523e284 Mon Sep 17 00:00:00 2001 From: Vincent Torri Date: Fri, 30 Dec 2011 13:26:46 +0000 Subject: [PATCH] Emotion: stop breaking compilation on Windows please SVN revision: 66692 --- legacy/emotion/src/modules/gstreamer/emotion_gstreamer.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/legacy/emotion/src/modules/gstreamer/emotion_gstreamer.h b/legacy/emotion/src/modules/gstreamer/emotion_gstreamer.h index 39f320cbbd..25a718076c 100644 --- a/legacy/emotion/src/modules/gstreamer/emotion_gstreamer.h +++ b/legacy/emotion/src/modules/gstreamer/emotion_gstreamer.h @@ -1,10 +1,6 @@ #ifndef __EMOTION_GSTREAMER_H__ #define __EMOTION_GSTREAMER_H__ -#ifdef HAVE_ECORE_X -#include -#endif - typedef void (*Evas_Video_Convert_Cb)(unsigned char *evas_data, const unsigned char *gst_data, unsigned int w,