diff options
Diffstat (limited to 'thirdparty/etcpak/ProcessRGB.cpp')
-rw-r--r-- | thirdparty/etcpak/ProcessRGB.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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 |