emotion gst: disable x window under/overlay suport for now. broken badly.

This commit is contained in:
Carsten Haitzler 2013-07-17 18:36:30 +09:00
parent 23795d1733
commit 2e74e41ed3
2 changed files with 6 additions and 0 deletions

View File

@ -17,6 +17,9 @@
#include <gst/video/gstvideosink.h>
#include <gst/video/video.h>
// forcibly disable x overlay window.. broken badly.
#undef HAVE_ECORE_X
#ifdef HAVE_ECORE_X
# include <Ecore_X.h>
# ifdef HAVE_XOVERLAY_H

View File

@ -14,6 +14,9 @@
#include <gst/video/gstvideosink.h>
#include <gst/video/video.h>
// forcibly disable x overlay window.. broken badly.
#undef HAVE_ECORE_X
#ifdef HAVE_ECORE_X
# include <Ecore_X.h>
# include <Ecore_Evas.h>