summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'hardened/media-libs/xvid/files/xvid-1.0-ia64.patch')
-rw-r--r--hardened/media-libs/xvid/files/xvid-1.0-ia64.patch14
1 files changed, 0 insertions, 14 deletions
diff --git a/hardened/media-libs/xvid/files/xvid-1.0-ia64.patch b/hardened/media-libs/xvid/files/xvid-1.0-ia64.patch
deleted file mode 100644
index 58a19df..0000000
--- a/hardened/media-libs/xvid/files/xvid-1.0-ia64.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-Fix compile on ia64
-
---- src/quant/quant.h
-+++ src/quant/quant.h
-@@ -91,7 +91,8 @@
- #endif
-
- #ifdef ARCH_IS_IA64
--quanth263_intraFunc dequant_intra_ia64;
-+quant_intraFunc dequant_intra_ia64;
-+quant_intraFunc dequant_h263_intra_ia64;
- #endif
-
- #ifdef ARCH_IS_PPC