aboutsummaryrefslogtreecommitdiff
path: root/devel/pwlib/files/patch-src_ptlib_common_jidctflt.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'devel/pwlib/files/patch-src_ptlib_common_jidctflt.cxx')
-rw-r--r--devel/pwlib/files/patch-src_ptlib_common_jidctflt.cxx12
1 files changed, 0 insertions, 12 deletions
diff --git a/devel/pwlib/files/patch-src_ptlib_common_jidctflt.cxx b/devel/pwlib/files/patch-src_ptlib_common_jidctflt.cxx
deleted file mode 100644
index 113cf9728c88..000000000000
--- a/devel/pwlib/files/patch-src_ptlib_common_jidctflt.cxx
+++ /dev/null
@@ -1,12 +0,0 @@
---- 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,8 @@
-
- #define DEQUANTIZE(coef,quantval) (((FAST_FLOAT) (coef)) * (quantval))
-
--#if defined(__GNUC__) && (defined(__i686__) || defined(__x86_64__))
-+/* asm doesn't compile properly... avoid using */
-+#if 0
-
- static inline unsigned char descale_and_clamp(int x, int shift)
- {