From: Graeme Gregory Date: Thu, 20 Sep 2007 13:34:26 +0000 (+0000) Subject: mplayer/files/simple_idct_armv5te.S : reduce MAX_NEG_CROP to same as X-Git-Tag: Release-2010-05/1~8625^2~33^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=17f206c22d95debcff4dd22a9729849a766be84c;p=openembedded.git mplayer/files/simple_idct_armv5te.S : reduce MAX_NEG_CROP to same as dsputil.h until SSVB has managed to get his patch series into mplayer. --- diff --git a/packages/mplayer/files/simple_idct_armv5te.S b/packages/mplayer/files/simple_idct_armv5te.S index f43fd19785..3706f3a4ea 100644 --- a/packages/mplayer/files/simple_idct_armv5te.S +++ b/packages/mplayer/files/simple_idct_armv5te.S @@ -25,7 +25,7 @@ .arch armv5te /* IMPORTANT: this value should be the same as defined in dsputil.h */ -#define MAX_NEG_CROP 2048 +#define MAX_NEG_CROP 1024 /* * ARM EABI guarantees 8 byte stack alignment, so we can use LDRD instructions diff --git a/packages/mplayer/mplayer_svn.bb b/packages/mplayer/mplayer_svn.bb index 73b1fbcc5f..fb2989fa93 100644 --- a/packages/mplayer/mplayer_svn.bb +++ b/packages/mplayer/mplayer_svn.bb @@ -35,7 +35,7 @@ RCONFLICTS_${PN} = "mplayer-atty" RREPLACES_${PN} = "mplayer-atty" PV = "0.0+1.0rc1+svnr${SRCREV}" -PR = "r1" +PR = "r2" DEFAULT_PREFERENCE = "-1" PARALLEL_MAKE = ""