You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-16 14:00:40 +00:00
committed by
Rémi Verschelde
parent
e43e7a414a
commit
1b25762c3d
@@ -31,6 +31,12 @@
|
||||
|
||||
#include "print_string.h"
|
||||
|
||||
#if defined(__SSE2__)
|
||||
#define SQUISH_USE_SSE 2
|
||||
#elif defined(__SSE__)
|
||||
#define SQUISH_USE_SSE 1
|
||||
#endif
|
||||
|
||||
#include <squish.h>
|
||||
|
||||
void image_compress_squish(Image *p_image) {
|
||||
|
||||
Reference in New Issue
Block a user