summaryrefslogtreecommitdiffstats
path: root/libmpeg2
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-08-01 23:09:45 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-08-01 23:09:45 +0000
commitc8562086dd7fba815053f29b9844b0fd8c64da6f (patch)
treeb5f60e3db62bbbb35d70ffbc26f414854dae5009 /libmpeg2
parentd17f9943af8aeeca65b327ad22475b4df36a3b2d (diff)
downloadmpv-c8562086dd7fba815053f29b9844b0fd8c64da6f.tar.bz2
mpv-c8562086dd7fba815053f29b9844b0fd8c64da6f.tar.xz
Remove obsolete diff hunk that is no longer applied to the code.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27392 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libmpeg2')
-rw-r--r--libmpeg2/libmpeg-0.4.1.diff14
1 files changed, 0 insertions, 14 deletions
diff --git a/libmpeg2/libmpeg-0.4.1.diff b/libmpeg2/libmpeg-0.4.1.diff
index 16e9cff950..6231a24615 100644
--- a/libmpeg2/libmpeg-0.4.1.diff
+++ b/libmpeg2/libmpeg-0.4.1.diff
@@ -336,20 +336,6 @@
/* work around gcc <3.3 vec_mergel bug */
static inline vector_s16_t my_vec_mergel (vector_s16_t const A,
vector_s16_t const B)
-@@ -56,10 +56,10 @@
- #define vec_mergel my_vec_mergel
- #endif
-
--#ifdef HAVE_ALTIVEC_H /* gnu */
--#define VEC_S16(a,b,c,d,e,f,g,h) {a, b, c, d, e, f, g, h}
--#else /* apple */
-+#if defined(__APPLE_CC__) /* apple */
- #define VEC_S16(a,b,c,d,e,f,g,h) (vector_s16_t) (a, b, c, d, e, f, g, h)
-+#else /* gnu */
-+#define VEC_S16(a,b,c,d,e,f,g,h) {a, b, c, d, e, f, g, h}
- #endif
-
- static const vector_s16_t constants ATTR_ALIGN(16) =
Index: libmpeg2/motion_comp_arm.c
===================================================================
--- libmpeg2/motion_comp_arm.c (revision 0)