blob: 9fc54fdcac0be3d477c32ed55642fd6d247c32a8 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
--- src/osgEarthDrivers/fastdxt/CMakeLists.txt.orig 2024-08-31 11:55:43 UTC
+++ src/osgEarthDrivers/fastdxt/CMakeLists.txt
@@ -11,8 +11,7 @@ if(OSGEARTH_ENABLE_FASTDXT)
FastDXTImageProcessor.cpp
dxt.cpp
util.cpp
- libdxt.cpp
- intrinsic.cpp )
+ libdxt.cpp )
ENDIF()
--- src/osgEarthDrivers/fastdxt/dxt.cpp.orig 2024-08-31 11:55:04 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 );
|