From 71cc26f55e013d9958444e0964a1493b23321257 Mon Sep 17 00:00:00 2001 From: bruvzg <7645683+bruvzg@users.noreply.github.com> Date: Fri, 13 May 2022 15:58:53 +0300 Subject: etcpak: Update to upstream commit f128369 (May 13, 2022) --- thirdparty/etcpak/ProcessRGB.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'thirdparty/etcpak') diff --git a/thirdparty/etcpak/ProcessRGB.cpp b/thirdparty/etcpak/ProcessRGB.cpp index f488f3b282..fdb0967ce7 100644 --- a/thirdparty/etcpak/ProcessRGB.cpp +++ b/thirdparty/etcpak/ProcessRGB.cpp @@ -3070,7 +3070,7 @@ static etcpak_force_inline uint64_t ProcessRGB_ETC2( const uint8_t* src, bool us #else if( useHeuristics ) { -#ifdef defined __ARM_NEON && defined __aarch64__ +#if defined __ARM_NEON && defined __aarch64__ Channels ch = GetChannels( src ); CalculateLuma( ch, luma ); #else -- cgit v1.2.3