aboutsummaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorAlexander Nedotsukov <bland@FreeBSD.org>2006-04-11 03:13:26 +0000
committerAlexander Nedotsukov <bland@FreeBSD.org>2006-04-11 03:13:26 +0000
commitb384f1a3dbdab69078cdb050fafda10056f00c8e (patch)
tree39f5031b0e47610d896d08cf64d29da9388a5789 /devel
parent40b33e8f04a2df30c69256330d299ebd65ad5169 (diff)
downloadports-b384f1a3dbdab69078cdb050fafda10056f00c8e.tar.gz
ports-b384f1a3dbdab69078cdb050fafda10056f00c8e.zip
Notes
Diffstat (limited to 'devel')
-rw-r--r--devel/pwlib/files/patch-src_ptlib_common_jidctflt.cxx7
1 files changed, 4 insertions, 3 deletions
diff --git a/devel/pwlib/files/patch-src_ptlib_common_jidctflt.cxx b/devel/pwlib/files/patch-src_ptlib_common_jidctflt.cxx
index 7804b53c0980..113cf9728c88 100644
--- a/devel/pwlib/files/patch-src_ptlib_common_jidctflt.cxx
+++ b/devel/pwlib/files/patch-src_ptlib_common_jidctflt.cxx
@@ -1,11 +1,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
-@@ -80,7 +80,7 @@
+@@ -80,7 +80,8 @@
#define DEQUANTIZE(coef,quantval) (((FAST_FLOAT) (coef)) * (quantval))
-#if defined(__GNUC__) && (defined(__i686__) || defined(__x86_64__))
-+#if defined(__GNUC__) && defined(__i686__)
-
++/* asm doesn't compile properly... avoid using */
++#if 0
+
static inline unsigned char descale_and_clamp(int x, int shift)
{