[MPlayer-cvslog] CVS: main/libmpeg2 libmpeg-0.4.0.diff,1.5,1.6
Diego Biurrun CVS
syncmail at mplayerhq.hu
Sat Feb 19 02:52:48 CET 2005
- Previous message: [MPlayer-cvslog] CVS: main/libfaad2 bits.h, 1.5, 1.6 cfft_tab.h, 1.5, 1.6 common.h, 1.8, 1.9 faad.h, 1.6, 1.7 mdct_tab.h, 1.2, 1.3 output.c, 1.6, 1.7 ps_dec.h, 1.2, 1.3 pulse.c, 1.5, 1.6 sbr_dec.h, 1.6, 1.7 sbr_qmf.c, 1.6, 1.7 sbr_qmf.h, 1.6, 1.7 specrec.c, 1.6, 1.7 structs.h, 1.6, 1.7
- Next message: [MPlayer-cvslog] CVS: main/libfaad2 bits.h, 1.6, 1.7 common.h, 1.9, 1.10
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
CVS change done by Diego Biurrun CVS
Update of /cvsroot/mplayer/main/libmpeg2
In directory mail:/var2/tmp/cvs-serv27381
Modified Files:
libmpeg-0.4.0.diff
Log Message:
Update patch with missing changes.
Index: libmpeg-0.4.0.diff
===================================================================
RCS file: /cvsroot/mplayer/main/libmpeg2/libmpeg-0.4.0.diff,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- libmpeg-0.4.0.diff 3 Nov 2004 17:12:01 -0000 1.5
+++ libmpeg-0.4.0.diff 19 Feb 2005 01:52:46 -0000 1.6
@@ -251,31 +251,24 @@
if (accel & MPEG2_ACCEL_X86_MMXEXT)
mpeg2_mc = mpeg2_mc_mmxext;
else if (accel & MPEG2_ACCEL_X86_3DNOW)
-@@ -43,20 +43,24 @@
+@@ -42,7 +42,7 @@
+ mpeg2_mc = mpeg2_mc_mmx;
else
#endif
- #ifdef ARCH_PPC
-+#ifdef HAVE_ALTIVEC
+-#ifdef ARCH_PPC
++#if defined(ARCH_PPC) && defined(HAVE_ALTIVEC)
if (accel & MPEG2_ACCEL_PPC_ALTIVEC)
mpeg2_mc = mpeg2_mc_altivec;
else
- #endif
-+#endif
- #ifdef ARCH_ALPHA
- if (accel & MPEG2_ACCEL_ALPHA)
+@@ -52,7 +52,7 @@
mpeg2_mc = mpeg2_mc_alpha;
else
#endif
- #ifdef ARCH_SPARC
-+#ifdef HAVE_VIS
+-#ifdef ARCH_SPARC
++#if defined(ARCH_SPARC) && defined(HAVE_VIS)
if (accel & MPEG2_ACCEL_SPARC_VIS)
mpeg2_mc = mpeg2_mc_vis;
else
- #endif
-+#endif
- mpeg2_mc = mpeg2_mc_c;
- }
-
diff -Naur libmpeg2.orig/motion_comp_mmx.c libmpeg2/motion_comp_mmx.c
--- libmpeg2.orig/motion_comp_mmx.c 2004-11-03 17:23:30.032865976 +0100
+++ libmpeg2/motion_comp_mmx.c 2004-11-03 17:28:33.053799792 +0100
- Previous message: [MPlayer-cvslog] CVS: main/libfaad2 bits.h, 1.5, 1.6 cfft_tab.h, 1.5, 1.6 common.h, 1.8, 1.9 faad.h, 1.6, 1.7 mdct_tab.h, 1.2, 1.3 output.c, 1.6, 1.7 ps_dec.h, 1.2, 1.3 pulse.c, 1.5, 1.6 sbr_dec.h, 1.6, 1.7 sbr_qmf.c, 1.6, 1.7 sbr_qmf.h, 1.6, 1.7 specrec.c, 1.6, 1.7 structs.h, 1.6, 1.7
- Next message: [MPlayer-cvslog] CVS: main/libfaad2 bits.h, 1.6, 1.7 common.h, 1.9, 1.10
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the MPlayer-cvslog
mailing list