From 97dabc9ab7738790e52cb8db82fa89e02cc7b6ee Mon Sep 17 00:00:00 2001 From: Hans-Christian Egtvedt Date: Mon, 8 Dec 2008 18:00:54 +0000 Subject: qtopia4: add kconfig option to enable Phonon This patch adds a kconfig option to enable Phonon when configuring Qt. Phonon is the multimedia API from KDE 4 which has been integrated into Qt 4.4. For playback under Linux the GStreamer multimedia framework is used. Signed-off-by: Markus Heidelberg Signed-off-by: Hans-Christian Egtvedt --- package/qtopia4/Config.in | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'package/qtopia4/Config.in') diff --git a/package/qtopia4/Config.in b/package/qtopia4/Config.in index fb156af3d..2cd6e17b4 100644 --- a/package/qtopia4/Config.in +++ b/package/qtopia4/Config.in @@ -228,6 +228,15 @@ source "package/qtopia4/Config.sql.in" source "package/qtopia4/Config.gfx.in" source "package/qtopia4/Config.mouse.in" +config BR2_PACKAGE_QTOPIA4_PHONON + bool "Phonon Module" + select BR2_PACKAGE_GSTREAMER + select BR2_PACKAGE_GST_PLUGINS_BASE + help + Build the Phonon module. Support for different audio/video + formats can be configured at the GStreamer package. + If unsure, say n. + config BR2_PACKAGE_QTOPIA4_XMLPATTERNS bool "XML Patterns Module" help -- cgit v1.2.3