summaryrefslogtreecommitdiffstats
path: root/src/plugins/phonon
diff options
context:
space:
mode:
authorAPTX <APTX@321@gmail.com>2009-09-25 02:45:20 +0200
committerThierry Bastian <thierry.bastian@nokia.com>2009-11-16 11:59:03 +0100
commit4c34411151516badbf0e286c9a477845cb02b1cc (patch)
tree334e10ab771adf37e84361eeb3e8080b44560195 /src/plugins/phonon
parentb4790f30d62b00bd1a91ca9de78b3c5738de5fd1 (diff)
Add EVR to the Phonon DirectShow9 (ds9) backend as the default.
EVR stands for Enhanced Video Renderer and uses DXVA2. It was introduced in Windows Vista. Merge-Request: 1606 Reviewed-By: Thierry
Diffstat (limited to 'src/plugins/phonon')
-rw-r--r--src/plugins/phonon/ds9/ds9.pro4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/plugins/phonon/ds9/ds9.pro b/src/plugins/phonon/ds9/ds9.pro
index 786338aab7..440f2c57ee 100644
--- a/src/plugins/phonon/ds9/ds9.pro
+++ b/src/plugins/phonon/ds9/ds9.pro
@@ -3,7 +3,7 @@ QT += phonon
win32:!wince*:contains(QT_CONFIG,opengl):LIBS += -lopengl32
win32:!wince*:LIBS += -lgdi32
win32-msvc2005:DEFINES += _CRT_SECURE_NO_WARNINGS
-LIBS += -lstrmiids -ldmoguids -luuid -lmsdmo -lole32 -loleaut32
+LIBS += -lstrmiids -ldmoguids -luuid -lmsdmo -lole32 -loleaut32 -lMfuuid -lStrmiids
TARGET = phonon_ds9
DEFINES += PHONON_MAKE_QT_ONLY_BACKEND
@@ -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 \