crunch-osx
crunch-osx copied to clipboard
A version of the Crunch DXT compressor that compiles on OSX (from: https://code.google.com/p/crunch/)
Results
1
crunch-osx issues
Sort by
recently updated
recently updated
newest added
The command line crunch binary uses WIN32 path separators when constructing the output filename. Proposed fix: diff --git a/crunch/crunch.cpp b/crunch/crunch.cpp ```diff index df7a986..184c454 100644 --- a/crunch/crunch.cpp +++ b/crunch/crunch.cpp @@ -566,7...