From 843f47fc59aa0da114e426b978e5060a0bdabfa1 Mon Sep 17 00:00:00 2001 From: Dmytro Poplavskiy Date: Thu, 9 Jun 2011 12:52:13 +1000 Subject: [PATCH] Disabled alsa on maemo devices. Reviewed-by: Michael Goddard (cherry picked from commit f13421482c5a4d0bf6e20d96517060c5ff2c6785) Change-Id: I43bceede31026353108ca9eefc251520257cca4e Reviewed-on: http://codereview.qt.nokia.com/973 Reviewed-by: Qt Sanity Bot Reviewed-by: Michael Goddard --- src/plugins/gstreamer/gstreamer.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/gstreamer/gstreamer.pro b/src/plugins/gstreamer/gstreamer.pro index 681fac4e..18b46912 100644 --- a/src/plugins/gstreamer/gstreamer.pro +++ b/src/plugins/gstreamer/gstreamer.pro @@ -8,7 +8,7 @@ PLUGIN_TYPE=mediaservice load(qt_plugin) DESTDIR = $$QT.multimediakit.plugins/$${PLUGIN_TYPE} -unix:contains(QT_CONFIG, alsa) { +unix:!maemo*:contains(QT_CONFIG, alsa) { DEFINES += HAVE_ALSA LIBS += \ -lasound