[oe-commits] org.oe.dev mplayer/files/simple_idct_armv5te.S : reduce MAX_NEG_CROP to same as

xora commit openembedded-commits at lists.openembedded.org
Thu Sep 20 13:43:36 UTC 2007


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.

Author: xora at openembedded.org
Branch: org.openembedded.dev
Revision: eee5593805c1b699d11b41c5bf39860df0d24ca6
ViewMTN: http://monotone.openembedded.org/revision/info/eee5593805c1b699d11b41c5bf39860df0d24ca6
Files:
1
packages/mplayer/files/simple_idct_armv5te.S
packages/mplayer/mplayer_svn.bb
Diffs:

#
# mt diff -r4c020d03da2df48b42a5af5c837bd6b68b3f8d20 -reee5593805c1b699d11b41c5bf39860df0d24ca6
#
# 
# 
# patch "packages/mplayer/files/simple_idct_armv5te.S"
#  from [362eab5f1e2af81e86f48407f19dda83b03e5101]
#    to [fc4be210fa21372489890682636c49da9fa17135]
# 
# patch "packages/mplayer/mplayer_svn.bb"
#  from [f700ecbdb2d87491a28590b3119f8335348a2655]
#    to [b3e470c9f853cae8a72c5f6a532de191c846ff64]
# 
============================================================
--- packages/mplayer/files/simple_idct_armv5te.S	362eab5f1e2af81e86f48407f19dda83b03e5101
+++ packages/mplayer/files/simple_idct_armv5te.S	fc4be210fa21372489890682636c49da9fa17135
@@ -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
============================================================
--- packages/mplayer/mplayer_svn.bb	f700ecbdb2d87491a28590b3119f8335348a2655
+++ packages/mplayer/mplayer_svn.bb	b3e470c9f853cae8a72c5f6a532de191c846ff64
@@ -35,7 +35,7 @@ PV = "0.0+1.0rc1+svnr${SRCREV}"
 RREPLACES_${PN} = "mplayer-atty"
 
 PV = "0.0+1.0rc1+svnr${SRCREV}"
-PR = "r1"
+PR = "r2"
 DEFAULT_PREFERENCE = "-1"
 
 PARALLEL_MAKE = ""






More information about the Openembedded-commits mailing list