summaryrefslogtreecommitdiff
path: root/modules/squish/image_compress_squish.h
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2020-01-13 15:58:49 +0100
committerRémi Verschelde <rverschelde@gmail.com>2020-01-13 15:58:49 +0100
commitc7b701dfd2fc4fe85f5b0f4e94a4faabda8dd375 (patch)
tree54f93e5cb08433963096820a3130addec969bee2 /modules/squish/image_compress_squish.h
parent087ffc8b5aafafba8fbb17d0689c0ceb88baa27a (diff)
Image: Include S3TC compression via Squish in non-tools build
We already build Squish in templates build for S3TC decompression, so we can as well expose the compression feature. Fixes #25640.
Diffstat (limited to 'modules/squish/image_compress_squish.h')
-rw-r--r--modules/squish/image_compress_squish.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/modules/squish/image_compress_squish.h b/modules/squish/image_compress_squish.h
index 2666815e47..b5a209ceb9 100644
--- a/modules/squish/image_compress_squish.h
+++ b/modules/squish/image_compress_squish.h
@@ -33,9 +33,7 @@
#include "core/image.h"
-#ifdef TOOLS_ENABLED
void image_compress_squish(Image *p_image, float p_lossy_quality, Image::CompressSource p_source);
-#endif
void image_decompress_squish(Image *p_image);
#endif // IMAGE_COMPRESS_SQUISH_H