[MPlayer-dev-eng] [PATCH] Fix compilation problem for arm920 types.

Marek Belisko marek.belisko at open-nandra.com
Thu Dec 16 10:53:32 CET 2010


Following patch fix compilation error:
libmpeg2/motion_comp_arm_s.S:29: Error: selected processor does not support `pld [r1]'

Signed-off-by: Marek Belisko <marek.belisko at open-nandra.com>
---
 libmpeg2/motion_comp_arm_s.S |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/libmpeg2/motion_comp_arm_s.S b/libmpeg2/motion_comp_arm_s.S
index f6c3d7d..51abaea 100644
--- a/libmpeg2/motion_comp_arm_s.S
+++ b/libmpeg2/motion_comp_arm_s.S
@@ -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 !HAVE_PLD
+.macro pld reg
+.endm
+#endif
 
 	.text
 
-- 
1.7.1



More information about the MPlayer-dev-eng mailing list