summaryrefslogtreecommitdiffstats
path: root/video/decode/d3d.h
diff options
context:
space:
mode:
Diffstat (limited to 'video/decode/d3d.h')
-rw-r--r--video/decode/d3d.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/video/decode/d3d.h b/video/decode/d3d.h
index 334f12151e..8ae244c585 100644
--- a/video/decode/d3d.h
+++ b/video/decode/d3d.h
@@ -42,6 +42,7 @@ struct d3d_decoder_fmt {
// Must call d3d_load_dlls() before accessing. Once this is done, the DLLs
// remain loaded forever.
extern HMODULE d3d11_dll, d3d9_dll, dxva2_dll;
+extern PFN_D3D11_CREATE_DEVICE d3d11_D3D11CreateDevice;
void d3d_load_dlls(void);