mplayer/files/simple_idct_armv5te.S : reduce MAX_NEG_CROP to same as
authorGraeme Gregory <dp@xora.org.uk>
Thu, 20 Sep 2007 13:34:26 +0000 (13:34 +0000)
committerGraeme Gregory <dp@xora.org.uk>
Thu, 20 Sep 2007 13:34:26 +0000 (13:34 +0000)
dsputil.h until SSVB has managed to get his patch series into mplayer.

packages/mplayer/files/simple_idct_armv5te.S
packages/mplayer/mplayer_svn.bb

index f43fd19..3706f3a 100644 (file)
@@ -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
index 73b1fbc..fb2989f 100644 (file)
@@ -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 = ""