Fix MinGW-w64 compilation
Change-Id: I812b53e822947a9f85d6523722c6a4f9e57e0426 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
This commit is contained in:
committed by
Qt by Nokia
parent
a3b6eabd45
commit
641474ab10
@@ -29,5 +29,5 @@ SOURCES += \
|
||||
SOURCES += $$PWD/dsvideowidgetcontrol.cpp
|
||||
}
|
||||
|
||||
INCLUDEPATH += $(DXSDK_DIR)/include
|
||||
*-msvc*:INCLUDEPATH += $(DXSDK_DIR)/include
|
||||
LIBS += -lstrmiids -ldmoguids -luuid -lmsdmo -lole32 -loleaut32
|
||||
|
||||
@@ -43,6 +43,9 @@
|
||||
|
||||
#include "directshowglobal.h"
|
||||
|
||||
#include <QtGui/QPalette>
|
||||
#include <QtWidgets/QWidget>
|
||||
|
||||
Vmr9VideoWindowControl::Vmr9VideoWindowControl(QObject *parent)
|
||||
: QVideoWindowControl(parent)
|
||||
, m_filter(com_new<IBaseFilter>(CLSID_VideoMixingRenderer9, IID_IBaseFilter))
|
||||
|
||||
Reference in New Issue
Block a user