summaryrefslogtreecommitdiff
path: root/recipes/mplayer/files/mplayer-lavc-arm.patch
blob: 8c2c832ab3ebf1e63cba5f1507b6473ce49dc948 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Index: trunk/libavcodec/arm/dsputil_arm.S
===================================================================
--- trunk.orig/libavcodec/arm/dsputil_arm.S	2009-11-11 22:16:37.216062301 +0300
+++ trunk/libavcodec/arm/dsputil_arm.S	2009-11-11 22:22:00.908058155 +0300
@@ -29,6 +29,12 @@
 .endm
 #endif
 
+#ifndef __THUMB_INTERWORK__
+.macro bx reg
+	mov pc, \reg
+.endm
+#endif
+
 #if HAVE_ARMV5TE
 function ff_prefetch_arm, export=1
         subs            r2,  r2,  #1