Disable test code from nvdecompress. Update vc12 projects and fix vc12 build. Fixes bug #232.
This commit is contained in:
@ -45,7 +45,7 @@ int main(int argc, char *argv[])
|
||||
bool faces = false;
|
||||
bool savePNG = false;
|
||||
bool rgbm = false;
|
||||
bool histogram = true;
|
||||
bool histogram = false;
|
||||
|
||||
nv::Path input;
|
||||
nv::Path output;
|
||||
|
Reference in New Issue
Block a user