public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-video/mplayer/files: mplayer-libmpeg2.patch mplayer-libavcodec.patch mplayer-libmpeg2-libavcodec.patch
@ 2008-12-13 22:29 Friedrich Oslage (bluebird)
  0 siblings, 0 replies; only message in thread
From: Friedrich Oslage (bluebird) @ 2008-12-13 22:29 UTC (permalink / raw
  To: gentoo-commits

bluebird    08/12/13 22:29:35

  Added:                mplayer-libmpeg2.patch mplayer-libavcodec.patch
  Removed:              mplayer-libmpeg2-libavcodec.patch
  Log:
  Split sparc compile patch into two files as the old mplayer needs both, the new one only the one for libavcodec
  (Portage version: 2.2_rc17/cvs/Linux 2.6.28-rc8-00001-g6c34bc2 sparc64)

Revision  Changes    Path
1.1                  media-video/mplayer/files/mplayer-libmpeg2.patch

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/mplayer/files/mplayer-libmpeg2.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/mplayer/files/mplayer-libmpeg2.patch?rev=1.1&content-type=text/plain

Index: mplayer-libmpeg2.patch
===================================================================
--- libmpeg2/idct.c
+++ libmpeg2/idct.c
@@ -265,13 +265,12 @@
 	mpeg2_idct_altivec_init ();
     } else
 #endif
-#ifdef HAVE_VIS
+#ifdef ARCH_ALPHA
     if (accel & MPEG2_ACCEL_ALPHA_MVI) {
 	mpeg2_idct_copy = mpeg2_idct_copy_mvi;
 	mpeg2_idct_add = mpeg2_idct_add_mvi;
 	mpeg2_idct_alpha_init ();
     } else
-#elif ARCH_ALPHA
     if (accel & MPEG2_ACCEL_ALPHA) {
 	int i;
 



1.1                  media-video/mplayer/files/mplayer-libavcodec.patch

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/mplayer/files/mplayer-libavcodec.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/mplayer/files/mplayer-libavcodec.patch?rev=1.1&content-type=text/plain

Index: mplayer-libavcodec.patch
===================================================================
--- libavcodec/sparc/simple_idct_vis.c
+++ libavcodec/sparc/simple_idct_vis.c
@@ -384,6 +384,7 @@
         "st %%f14, [%12+" dest "] \n\t"\
 
 
+extern void ff_simple_idct_vis(DCTELEM *data);
 inline void ff_simple_idct_vis(DCTELEM *data) {
     int out1, out2, out3, out4;
     DECLARE_ALIGNED_8(int16_t, temp[8*8]);






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-12-13 22:29 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-12-13 22:29 [gentoo-commits] gentoo-x86 commit in media-video/mplayer/files: mplayer-libmpeg2.patch mplayer-libavcodec.patch mplayer-libmpeg2-libavcodec.patch Friedrich Oslage (bluebird)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox