richgel999 / astc_dec

Single source file LDR ASTC texture decompression in C++ (derived from Google's open source Android project)
Apache License 2.0
42 stars 5 forks source link

Older Compiler? #1

Open samsonsite1 opened 2 years ago

samsonsite1 commented 2 years ago

Hello, I'm looking for a lightweight ASTC decoder, and I was wondering if there's any way to get this compiled for an older compiler that doesn't require C+11? Thanks.

richgel999 commented 1 year ago

Hi - Sorry, this is what we've got. It would probably be pretty easy to modify it to compile on an older compiler, if you're careful.