[MPlayer-cvslog] r27392 - trunk/libmpeg2/libmpeg-0.4.1.diff

diego subversion at mplayerhq.hu
Sat Aug 2 01:09:45 CEST 2008


Author: diego
Date: Sat Aug  2 01:09:45 2008
New Revision: 27392

Log:
Remove obsolete diff hunk that is no longer applied to the code.


Modified:
   trunk/libmpeg2/libmpeg-0.4.1.diff

Modified: trunk/libmpeg2/libmpeg-0.4.1.diff
==============================================================================
--- trunk/libmpeg2/libmpeg-0.4.1.diff	(original)
+++ trunk/libmpeg2/libmpeg-0.4.1.diff	Sat Aug  2 01:09:45 2008
@@ -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)



More information about the MPlayer-cvslog mailing list