enabled libplacebo

This commit is contained in:
jojo61
2018-11-05 10:38:27 +01:00
parent 8a6ef8113d
commit 14b17bbdee
4 changed files with 72 additions and 37 deletions

View File

@@ -446,7 +446,7 @@ inline const char *getCudaDrvErrorString(CUresult error_id)
int index = 0;
while (sCudaDrvErrorString[index].error_id != error_id &&
sCudaDrvErrorString[index].error_id != -1)
(int)sCudaDrvErrorString[index].error_id != -1)
{
index++;
}