aboutsummaryrefslogblamecommitdiff
path: root/devel/pwlib/files/patch-src_ptlib_common_jidctflt.cxx
blob: b47f7ae97b6cea8108aa9e95a0ba8ca477598d49 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12











                                                                                                                                        
--- src/ptlib/common/jidctflt.cxx.orig	Wed Apr  5 07:08:00 2006
+++ src/ptlib/common/jidctflt.cxx	Wed Apr  5 07:08:08 2006
@@ -97,7 +97,8 @@
 #define DEQUANTIZE(coef,quantval)  (((FAST_FLOAT) (coef)) * (quantval))
 
 
-#if defined(__GNUC__) && (__GNUC__ >= 3) && (defined(__i686__) || defined(__x86_64__)) && (!defined(P_64BIT)) && (!defined(__MACOSX__))
+/* asm doesn't compile properly... avoid using */
+#if 0 
 
 static inline unsigned char descale_and_clamp(int x, int shift)
 {