--- src/osgEarthDrivers/fastdxt/CMakeLists.txt.orig 2023-05-16 14:53:59 UTC +++ src/osgEarthDrivers/fastdxt/CMakeLists.txt @@ -30,7 +30,6 @@ SET(TARGET_SRC dxt.cpp util.cpp libdxt.cpp - intrinsic.cpp ) SETUP_PLUGIN(fastdxt) --- src/osgEarthDrivers/fastdxt/dxt.cpp.orig 2023-05-16 14:53:59 UTC +++ src/osgEarthDrivers/fastdxt/dxt.cpp @@ -6,7 +6,7 @@ #include "dxt.h" #include "util.h" -#define DXT_INTR 1 +#define DXT_INTR 0 void ExtractBlock( const byte *inPtr, int width, byte *colorBlock ); void ExtractBlock_Intrinsics( const byte *inPtr, int width, byte *colorBlock );