[vlc-commits] evas: deactivate tbm surfaces

Thomas Guillem git at videolan.org
Tue Mar 15 11:18:00 CET 2016


vlc | branch: master | Thomas Guillem <thomas at gllm.fr> | Tue Mar 15 10:30:00 2016 +0100| [050ed58e0248381ae5e38f55deadd7258e570b21] | committer: Thomas Guillem

evas: deactivate tbm surfaces

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=050ed58e0248381ae5e38f55deadd7258e570b21
---

 modules/video_output/evas.c |    5 +++++
 1 file changed, 5 insertions(+)

diff --git a/modules/video_output/evas.c b/modules/video_output/evas.c
index fe9839a..b38c6b5 100644
--- a/modules/video_output/evas.c
+++ b/modules/video_output/evas.c
@@ -34,6 +34,11 @@
 
 #include <Evas.h>
 #include <Ecore.h>
+
+/* Deactivate TBM surface for now: it's impossible to specify a crop (visible
+ * lines/pitch) and to avoid green borders. */
+#undef HAVE_TIZEN_SDK
+
 #ifdef HAVE_TIZEN_SDK
 # include <tbm_surface.h>
 #endif



More information about the vlc-commits mailing list