summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/phonon/mmf/audiooutput.cpp
diff options
context:
space:
mode:
authorFrans Englich <frans.englich@nokia.com>2009-08-17 13:40:04 (GMT)
committerFrans Englich <frans.englich@nokia.com>2009-08-17 14:42:33 (GMT)
commitd10291404e189e3a57cda7fac6f69aa5f9629cae (patch)
tree72628097f224c6087ff93990ec4d6723b94e5090 /src/3rdparty/phonon/mmf/audiooutput.cpp
parent1ef8ddc53d3d2512bbe5afbd2e6fb26cae206944 (diff)
downloadQt-d10291404e189e3a57cda7fac6f69aa5f9629cae.zip
Qt-d10291404e189e3a57cda7fac6f69aa5f9629cae.tar.gz
Qt-d10291404e189e3a57cda7fac6f69aa5f9629cae.tar.bz2
Refactor the media object such that we can do both video and sound.
As per discussions with Gareth.
Diffstat (limited to 'src/3rdparty/phonon/mmf/audiooutput.cpp')
-rw-r--r--src/3rdparty/phonon/mmf/audiooutput.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/3rdparty/phonon/mmf/audiooutput.cpp b/src/3rdparty/phonon/mmf/audiooutput.cpp
index 9c8cb6b..d8758fd 100644
--- a/src/3rdparty/phonon/mmf/audiooutput.cpp
+++ b/src/3rdparty/phonon/mmf/audiooutput.cpp
@@ -16,6 +16,8 @@ along with this library. If not, see <http://www.gnu.org/licenses/>.
*/
+#include <e32debug.h>
+
#include "mediaobject.h"
#include "audiooutput.h"
#include "utils.h"