2011年05月13日 MPlayer-1.0rc4 on ARMedSlack on zaurus(SL-C760) [長年日記]
_ MPlayer-1.0rc4 on ARMedSlack on zaurus(SL-C760)
普通にビルドすると
libmpeg2/motion_comp_arm_s.S: Assembler messages: libmpeg2/motion_comp_arm_s.S:??: Error: selected processor does not support `pld [r1]' libmpeg2/motion_comp_arm_s.S:??: Error: selected processor does not support `pld [r1]'
こんな感じのエラーが出る。
*** libmpeg2/motion_comp_arm_s.S.ORG 2011-05-12 15:04:22.000000000 +0900
--- libmpeg2/motion_comp_arm_s.S 2011-05-12 15:08:22.000000000 +0900
***************
*** 19,24 ****
--- 19,32 ----
@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ @ Disable pld for platforms which don't support it
+ #include "../config.h"
+ #if !HAVE_PLD
+ .macro pld reg
+ .endm
+ #endif
+
+
.text
@ ----------------------------------------------------------------
上記のパッチを当てたら、無事ビルド出来た。
[ツッコミを入れる]