Add BC4, BC5 and BC7 formats decompression support on non-Windows platforms
This commit is contained in:
3
Source/ThirdParty/detex/detex.h
vendored
3
Source/ThirdParty/detex/detex.h
vendored
@@ -34,7 +34,6 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
#define DETEX_HELPER_SHARED_IMPORT __declspec(dllimport)
|
||||
#define DETEX_HELPER_SHARED_EXPORT __declspec(dllexport)
|
||||
#define DETEX_HELPER_SHARED_LOCAL
|
||||
#define DETEX_INLINE_ONLY __forceinline
|
||||
#else
|
||||
#if __GNUC__ >= 4
|
||||
#define DETEX_HELPER_SHARED_IMPORT __attribute__ ((visibility ("default")))
|
||||
@@ -45,7 +44,6 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
#define DETEX_HELPER_SHARED_EXPORT
|
||||
#define DETEX_HELPER_SHARED_LOCAL
|
||||
#endif
|
||||
#define DETEX_INLINE_ONLY __attribute__((always_inline)) inline
|
||||
#endif
|
||||
|
||||
/* Now we use the generic helper definitions above to define DETEX_API and DETEX_LOCAL. */
|
||||
@@ -74,6 +72,7 @@ __BEGIN_DECLS
|
||||
#include <stdint.h>
|
||||
#include <stdbool.h>
|
||||
|
||||
#define DETEX_INLINE_ONLY __attribute__((always_inline)) inline
|
||||
#define DETEX_RESTRICT __restrict
|
||||
|
||||
/* Maximum uncompressed block size in bytes. */
|
||||
|
||||
Reference in New Issue
Block a user