summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Cooksey <thomas.cooksey@nokia.com>2010-02-23 11:29:52 (GMT)
committerTom Cooksey <thomas.cooksey@nokia.com>2010-02-23 11:39:53 (GMT)
commit4c2300f8f63b9abda08c015bcc8541520f1c82ba (patch)
tree509b5de3caf27228e34f369b2583f10455eaf4f7
parent84365594ec624f3c341f443503a7e83fe627d427 (diff)
downloadQt-4c2300f8f63b9abda08c015bcc8541520f1c82ba.zip
Qt-4c2300f8f63b9abda08c015bcc8541520f1c82ba.tar.gz
Qt-4c2300f8f63b9abda08c015bcc8541520f1c82ba.tar.bz2
Fix build on systems without XVideo headers
This change uses the new xvideo configure test and disables the gstreamer mediaservices backend if XVideo isn't configured. Reviewed-By: Thiago
-rw-r--r--src/plugins/mediaservices/mediaservices.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/mediaservices/mediaservices.pro b/src/plugins/mediaservices/mediaservices.pro
index 55e6aba..d90ce4b 100644
--- a/src/plugins/mediaservices/mediaservices.pro
+++ b/src/plugins/mediaservices/mediaservices.pro
@@ -4,7 +4,7 @@ win32:!wince: SUBDIRS += directshow
mac: SUBDIRS += qt7
-unix:!mac:!symbian {
+unix:!mac:!symbian:contains(QT_CONFIG, xvideo): {
TMP_GST_LIBS = \
gstreamer-0.10 >= 0.10.19 \
gstreamer-base-0.10 >= 0.10.19 \