win-mf: Make minor adjustment to windows 7 warning
Instead of saying "windows versions less than 8", say "windows versions prior to 8".
This commit is contained in:
parent
8fe01f2de1
commit
b41a88f39f
@ -140,7 +140,7 @@ extern "C" void RegisterMFAACEncoder()
|
||||
{
|
||||
if (!IsWindows8OrGreater()) {
|
||||
MF_LOG(LOG_WARNING, "plugin is disabled for performance "
|
||||
"reasons on Windows versions less than 8");
|
||||
"reasons on Windows versions prior to 8");
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user