Disable test code from nvdecompress. Update vc12 projects and fix vc12 build. Fixes bug #232.

This commit is contained in:
Ignacio
2015-12-11 12:15:22 -08:00
parent 7596650a2d
commit 9b79638f79
3 changed files with 13 additions and 6 deletions

View File

@ -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;