libobs-d3d11: Better error message for missing D3DCompiler

master
Richard Stanway 2017-06-25 22:26:31 +02:00
parent 31c67d83a6
commit 58e2e69f81
No known key found for this signature in database
GPG Key ID: AAC1E5265D71B3FD
1 changed files with 3 additions and 1 deletions

View File

@ -196,7 +196,9 @@ void gs_device::InitCompiler()
ver--;
}
throw "Could not find any D3DCompiler libraries";
throw "Could not find any D3DCompiler libraries. Make sure you've "
"installed the <a href=\"https://obsproject.com/go/dxwebsetup\">"
"DirectX components</a> that OBS Studio requires.";
}
void gs_device::InitFactory(uint32_t adapterIdx)