Switch DXVA2 to IDirect3D9Ex APIs for more detailed control of rendering

This commit is contained in:
Cameron Gutman
2018-08-19 21:53:39 -07:00
parent 57f2fb07f0
commit 62f765b2b4
4 changed files with 123 additions and 59 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ win32 {
LIBS += -L$$PWD/../libs/windows/lib/x64
}
LIBS += ws2_32.lib winmm.lib dxva2.lib ole32.lib gdi32.lib user32.lib
LIBS += ws2_32.lib winmm.lib dxva2.lib ole32.lib gdi32.lib user32.lib d3d9.lib dwmapi.lib
}
macx {
INCLUDEPATH += $$PWD/../libs/mac/include $$PWD/../libs/mac/Frameworks/SDL2.framework/Versions/A/Headers