diff options
author | Thierry Bastian <thierry.bastian@nokia.com> | 2010-04-07 11:48:13 (GMT) |
---|---|---|
committer | Thierry Bastian <thierry.bastian@nokia.com> | 2010-04-07 11:53:22 (GMT) |
commit | 6253ced81bcd60c04803f1a52bc59a239022b9c4 (patch) | |
tree | c042d724a097fd1b25d3d0b6fdb3bbcc0f7c3074 /src/plugins | |
parent | e56af88f159ceee5f9613ab57b2358601e79c081 (diff) | |
download | Qt-6253ced81bcd60c04803f1a52bc59a239022b9c4.zip Qt-6253ced81bcd60c04803f1a52bc59a239022b9c4.tar.gz Qt-6253ced81bcd60c04803f1a52bc59a239022b9c4.tar.bz2 |
Revert "Update Phonon ds9 backend to 4.4.0."
This reverts commit 19a3fc3bd817628070e5637caf158b0be79eee82.
The phonon backend in 4.4.0 is outdated. Qt has the most recent one.
Conflicts:
src/3rdparty/phonon/ds9/iodevicereader.cpp
Diffstat (limited to 'src/plugins')
-rw-r--r-- | src/plugins/phonon/ds9/ds9.pro | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/plugins/phonon/ds9/ds9.pro b/src/plugins/phonon/ds9/ds9.pro index f40c561..dab5116 100644 --- a/src/plugins/phonon/ds9/ds9.pro +++ b/src/plugins/phonon/ds9/ds9.pro @@ -23,6 +23,7 @@ HEADERS += \ $$PHONON_DS9_DIR/videowidget.h \ $$PHONON_DS9_DIR/videorenderer_soft.h \ $$PHONON_DS9_DIR/videorenderer_vmr9.h \ + $$PHONON_DS9_DIR/videorenderer_evr.h \ $$PHONON_DS9_DIR/volumeeffect.h \ $$PHONON_DS9_DIR/qbasefilter.h \ $$PHONON_DS9_DIR/qpin.h \ @@ -46,6 +47,7 @@ SOURCES += \ $$PHONON_DS9_DIR/videowidget.cpp \ $$PHONON_DS9_DIR/videorenderer_soft.cpp \ $$PHONON_DS9_DIR/videorenderer_vmr9.cpp \ + $$PHONON_DS9_DIR/videorenderer_evr.cpp \ $$PHONON_DS9_DIR/volumeeffect.cpp \ $$PHONON_DS9_DIR/qbasefilter.cpp \ $$PHONON_DS9_DIR/qpin.cpp \ |