This commit is contained in:
Branimir Karadžić
2018-07-25 05:19:25 +02:00
parent 4a657854d2
commit 65b7c21db8
2 changed files with 20 additions and 22 deletions

View File

@@ -21,7 +21,7 @@ BX_ERROR_RESULT(BIMG_ERROR, BX_MAKEFOURCC('b', 'i', 'm', 'g') );
#ifndef BIMG_CONFIG_ASTC_DECODE
# define BIMG_CONFIG_ASTC_DECODE 0
#endif
#endif // BIMG_CONFIG_ASTC_DECODE
namespace bimg
{

View File

@@ -3,14 +3,12 @@
* License: https://github.com/bkaradzic/bimg#license-bsd-2-clause
*/
#define BIMG_CONFIG_ASTC_DECODE 1
#include "bimg_p.h"
#include <bx/hash.h>
#if BIMG_CONFIG_ASTC_DECODE
# include "../3rdparty/astc/astc_lib.h"
#endif
#endif // BIMG_CONFIG_ASTC_DECODE
namespace bimg
{