summaryrefslogtreecommitdiff
path: root/graphics/osgearth/files/extra-patch-i386
blob: ffcf26df680e178b187351ee0e440c01db527607 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
--- src/osgEarthDrivers/fastdxt/CMakeLists.txt.orig	2018-11-12 18:17:36 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	2018-11-12 18:17:36 UTC
+++ src/osgEarthDrivers/fastdxt/dxt.cpp
@@ -7,7 +7,7 @@
 #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 );