diff options
author | Jørgen Lind <jorgen.lind@nokia.com> | 2009-10-16 08:42:56 (GMT) |
---|---|---|
committer | Jørgen Lind <jorgen.lind@nokia.com> | 2009-10-29 16:00:09 (GMT) |
commit | 8c29407a7bf5af9dbcaff1ea7f24951297aa9e5c (patch) | |
tree | d6df0e0899f417e502bf2eb369dc4310154fd1c4 /src/3rdparty/phonon/gstreamer/streamreader.h | |
parent | 854df9c08635fd175f6658e66320d8fa2360389a (diff) | |
download | Qt-8c29407a7bf5af9dbcaff1ea7f24951297aa9e5c.zip Qt-8c29407a7bf5af9dbcaff1ea7f24951297aa9e5c.tar.gz Qt-8c29407a7bf5af9dbcaff1ea7f24951297aa9e5c.tar.bz2 |
Fix QT_NO_PHONON_ABSTRACTMEDIASTREAM in phonon
Seemed to be missing from gstreamer backend
Reviewed-by: Jens Bache-Wiig
Diffstat (limited to 'src/3rdparty/phonon/gstreamer/streamreader.h')
-rw-r--r-- | src/3rdparty/phonon/gstreamer/streamreader.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/3rdparty/phonon/gstreamer/streamreader.h b/src/3rdparty/phonon/gstreamer/streamreader.h index c2e61c8..387370c 100644 --- a/src/3rdparty/phonon/gstreamer/streamreader.h +++ b/src/3rdparty/phonon/gstreamer/streamreader.h @@ -23,6 +23,8 @@ along with this library. If not, see <http://www.gnu.org/licenses/>. QT_BEGIN_NAMESPACE +#ifndef QT_NO_PHONON_ABSTRACTMEDIASTREAM + namespace Phonon { class MediaSource; @@ -91,6 +93,8 @@ private: } } +#endif //QT_NO_PHONON_ABSTRACTMEDIASTREAM + QT_END_NAMESPACE #endif |