[Armadeus-commitlog] armadeus branch, master, updated. armadeus-4.0-2574-g879a54a
Brought to you by:
sszy
|
From: Julien B a. A. <ar...@us...> - 2011-11-02 15:29:48
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "armadeus".
The branch, master has been updated
via 879a54afa91f6886edef77f4b6f422a5f40e64ae (commit)
from 5059235eac058ffb545df30d9b08cc105126f153 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 879a54afa91f6886edef77f4b6f422a5f40e64ae
Author: Julien Boibessot <jul...@ar...>
Date: Wed Nov 2 16:28:26 2011 +0100
[BUILDROOT] Fixes mplayer build on APF27 & APF9328
-----------------------------------------------------------------------
Summary of changes:
...for_pld_asm_instruction_on_non_armv5_arch.patch | 29 +++++++++----------
1 files changed, 14 insertions(+), 15 deletions(-)
diff --git a/patches/buildroot/2011.05/099-mplayer-add_patch_for_pld_asm_instruction_on_non_armv5_arch.patch b/patches/buildroot/2011.05/099-mplayer-add_patch_for_pld_asm_instruction_on_non_armv5_arch.patch
index c455225..1e0a9f3 100644
--- a/patches/buildroot/2011.05/099-mplayer-add_patch_for_pld_asm_instruction_on_non_armv5_arch.patch
+++ b/patches/buildroot/2011.05/099-mplayer-add_patch_for_pld_asm_instruction_on_non_armv5_arch.patch
@@ -1,23 +1,22 @@
This patch is needed to have mplayer compile on ARMv4 arch (maybe others...)
+Signed-off-by: Julien Boibessot <jul...@ar...>
+
Index: buildroot/package/multimedia/mplayer/mplayer-1.0rc2-add_pld_asm_inst_for_non_armv5_arch.patch
===================================================================
--- /dev/null 1970-01-01 00:00:00.000000000 +0000
-+++ buildroot/package/multimedia/mplayer/mplayer-1.0rc2-add_pld_asm_inst_for_non_armv5_arch.patch 2010-06-17 16:49:50.000000000 +0200
-@@ -0,0 +1,16 @@
-+pld instruction is only available on ARMv5.
-+
-+--- MPlayer-1.0rc1/libavcodec/armv4l/dsputil_arm_s.S.ori 2006-10-23 00:32:33.000000000 +0200
-++++ MPlayer-1.0rc1/libavcodec/armv4l/dsputil_arm_s.S 2009-01-08 00:26:45.000000000 +0100
-+@@ -19,6 +19,11 @@
-+ @ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
-+ @
++++ buildroot/package/multimedia/mplayer/mplayer-1.0rc2-add_pld_asm_inst_for_non_armv5_arch.patch 2011-11-02 16:20:35.000000000 +0100
+@@ -0,0 +1,13 @@
++--- mplayer-32726/libmpeg2/motion_comp_arm_s.S 2008-09-13 19:31:45.000000000 +0200
+++++ mplayer-32726.mod/libmpeg2/motion_comp_arm_s.S 2011-11-02 15:26:00.000000000 +0100
++@@ -18,6 +18,10 @@
++ @ along with mpeg2dec; if not, write to the Free Software
++ @ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+
-++#if !defined(HAVE_ARMV5TE) && !defined(HAVE_IWMMXT)
-++.macro pld arg
-++ @
+++#if !HAVE_PLD
+++.macro pld reg
++.endm
++#endif
-+ .macro ADJ_ALIGN_QUADWORD_D shift, Rd0, Rd1, Rd2, Rd3, Rn0, Rn1, Rn2, Rn3, Rn4
-+ mov \Rd0, \Rn0, lsr #(\shift * 8)
-+ mov \Rd1, \Rn1, lsr #(\shift * 8)
++
++ .text
++
hooks/post-receive
--
armadeus
|