summaryrefslogtreecommitdiffstats
path: root/src/plugins/videonode/videonode.pro
diff options
context:
space:
mode:
authorAndrew den Exter <andrew.den.exter@jollamobile.com>2014-04-17 22:50:13 +1000
committerYoann Lopes <yoann.lopes@digia.com>2014-07-18 16:03:52 +0200
commit39c269441421e1e61fbfc698b65f769db82cad56 (patch)
treef257195b0bf1a86430d04f12ac522c8c6185c2e7 /src/plugins/videonode/videonode.pro
parent888759e334e81117843afb6d0f8991db8aec5ca8 (diff)
Add an EGLImageKHR video node.
[ChangeLog] Added a VideoNode plugin which allows direct rendering of EGLImageKHR backed video frames. Change-Id: I36fb6fd27680dbe9c71a446bbd54df95488725f8 Reviewed-by: Yoann Lopes <yoann.lopes@digia.com>
Diffstat (limited to 'src/plugins/videonode/videonode.pro')
-rw-r--r--src/plugins/videonode/videonode.pro2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/plugins/videonode/videonode.pro b/src/plugins/videonode/videonode.pro
index c311200d3..e38b0a6a0 100644
--- a/src/plugins/videonode/videonode.pro
+++ b/src/plugins/videonode/videonode.pro
@@ -3,3 +3,5 @@ TEMPLATE = subdirs
config_gpu_vivante {
SUBDIRS += imx6
}
+
+contains(QT_CONFIG, egl):contains(QT_CONFIG, opengles2):!android: SUBDIRS += egl