summaryrefslogtreecommitdiffstats
path: root/src/plugins
diff options
context:
space:
mode:
authorDmytro Poplavskiy <dmytro.poplavskiy@nokia.com>2011-06-09 12:52:13 +1000
committerQt by Nokia <qt-info@nokia.com>2011-07-05 06:49:20 +0200
commit843f47fc59aa0da114e426b978e5060a0bdabfa1 (patch)
treedc1aee5d98a6e4d4d110abca786863d44aa6fc90 /src/plugins
parent5820946df2edf3791742cb245d7b3a5348716083 (diff)
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 <qt_sanity_bot@ovi.com> Reviewed-by: Michael Goddard
Diffstat (limited to 'src/plugins')
-rw-r--r--src/plugins/gstreamer/gstreamer.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/gstreamer/gstreamer.pro b/src/plugins/gstreamer/gstreamer.pro
index 681fac4e2..18b469120 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