summaryrefslogtreecommitdiff
path: root/devel/pwlib/files/patch-src_ptlib_common_jidctflt.cxx
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2006-04-05 12:50:56 +0000
committerRenato Botelho <garga@FreeBSD.org>2006-04-05 12:50:56 +0000
commitad9033505f9773bcd2e08fdd0fcd7e99a2fdcaf3 (patch)
tree372364b881c887a5a08f34635296b740fde123ae /devel/pwlib/files/patch-src_ptlib_common_jidctflt.cxx
parentAdd libmpd 0.12.0, abstraction around libmpdclient. (diff)
- Update to 1.10.0
PR: ports/95306 Submitted by: maintainer
Diffstat (limited to 'devel/pwlib/files/patch-src_ptlib_common_jidctflt.cxx')
-rw-r--r--devel/pwlib/files/patch-src_ptlib_common_jidctflt.cxx11
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/pwlib/files/patch-src_ptlib_common_jidctflt.cxx b/devel/pwlib/files/patch-src_ptlib_common_jidctflt.cxx
new file mode 100644
index 000000000000..7804b53c0980
--- /dev/null
+++ b/devel/pwlib/files/patch-src_ptlib_common_jidctflt.cxx
@@ -0,0 +1,11 @@
+--- 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 @@
+
+ #define DEQUANTIZE(coef,quantval) (((FAST_FLOAT) (coef)) * (quantval))
+
+-#if defined(__GNUC__) && (defined(__i686__) || defined(__x86_64__))
++#if defined(__GNUC__) && defined(__i686__)
+
+ static inline unsigned char descale_and_clamp(int x, int shift)
+ {