summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/phonon/gstreamer/audioeffect.h
diff options
context:
space:
mode:
authorJørgen Lind <jorgen.lind@nokia.com>2009-10-16 09:42:00 (GMT)
committerJørgen Lind <jorgen.lind@nokia.com>2009-10-29 16:00:09 (GMT)
commit5c4130a509248e897d52e4980cc8d58f0940d76c (patch)
tree2948c4166769f87c943d6edddb020d5d54906d72 /src/3rdparty/phonon/gstreamer/audioeffect.h
parent1a8a4b2ce746f357a58b04a02321824f8040b3e9 (diff)
downloadQt-5c4130a509248e897d52e4980cc8d58f0940d76c.zip
Qt-5c4130a509248e897d52e4980cc8d58f0940d76c.tar.gz
Qt-5c4130a509248e897d52e4980cc8d58f0940d76c.tar.bz2
Added QT_NO_PHONON_EFFECT to gstreamer backend
Reviewed-by: Jens Bache-Wiig
Diffstat (limited to 'src/3rdparty/phonon/gstreamer/audioeffect.h')
-rw-r--r--src/3rdparty/phonon/gstreamer/audioeffect.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/3rdparty/phonon/gstreamer/audioeffect.h b/src/3rdparty/phonon/gstreamer/audioeffect.h
index 3a985e5..f49f8d2 100644
--- a/src/3rdparty/phonon/gstreamer/audioeffect.h
+++ b/src/3rdparty/phonon/gstreamer/audioeffect.h
@@ -29,8 +29,8 @@
#include <gst/gst.h>
+#ifndef QT_NO_PHONON_EFFECT
QT_BEGIN_NAMESPACE
-
namespace Phonon
{
namespace Gstreamer
@@ -49,7 +49,7 @@ namespace Gstreamer
QString m_effectName;
};
}} //namespace Phonon::Gstreamer
-
QT_END_NAMESPACE
+#endif //QT_NO_PHONON_EFFECT
#endif // Phonon_GSTREAMER_AUDIOEFFECT_H