mirror of
https://github.com/bkaradzic/bimg.git
synced 2026-02-17 20:52:38 +01:00
Cleanup.
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user