Mercurial > mplayer.hg
changeset 27360:4787919c418a
Remove obsolete diff hunk that is no longer applied to the code.
author | diego |
---|---|
date | Fri, 01 Aug 2008 23:09:45 +0000 |
parents | d788e177a35e |
children | 7cf315c4707f |
files | libmpeg2/libmpeg-0.4.1.diff |
diffstat | 1 files changed, 0 insertions(+), 14 deletions(-) [+] |
line wrap: on
line diff
--- a/libmpeg2/libmpeg-0.4.1.diff Fri Aug 01 20:28:58 2008 +0000 +++ b/libmpeg2/libmpeg-0.4.1.diff Fri Aug 01 23:09:45 2008 +0000 @@ -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)