• Skip to sidebar navigation
  • Skip to content

Bitbucket

  • More
    ProjectsRepositories
  • Help
    • Online help
    • Learn Git
    • Welcome to Bitbucket
    • Keyboard shortcuts
  • Log In
Alexander Dahl
  1. Alexander Dahl

buildroot

Public
Actions
  • Clone
  • Compare

Learn more about cloning repositories

You have read-only access

Navigation
  • Source
  • Commits
  • Branches
  • All Branches Graph
  • Forks
  1. Alexander Dahl
  2. buildroot

Source

buildroot/package/libmpeg2/0002-armv4l.patch
Peter KorsgaardPeter Korsgaard committed 298cd8eaa2103 Feb 2015
Raw file
Source viewDiff to previous
 
1
Patch taken from gentoo.
2
​
3
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
4
​
5
diff -urNp libmpeg2.orig/libmpeg2/motion_comp_arm_s.S libmpeg2/libmpeg2/motion_comp_arm_s.S
6
--- libmpeg2.orig/libmpeg2/motion_comp_arm_s.S  2008-07-09 21:16:05.000000000 +0200
7
+++ libmpeg2/libmpeg2/motion_comp_arm_s.S   2009-11-20 19:55:22.000000000 +0100
8
@@ -19,6 +19,16 @@
9
 @ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
10
 
11
 
12
+@ Data preload is supported only by ARM V5TE and above
13
+
14
+#if (defined (__ARM_ARCH_2__) || defined (__ARM_ARCH_3__) \
15
+     || defined (__ARM_ARCH_3M__) || defined (__ARM_ARCH_4__) \
16
+     || defined (__ARM_ARCH_4T__) || defined (__ARM_ARCH_5__) \
17
+     || defined (__ARM_ARCH_5T__))
18
+.macro pld reg
19
+.endm
20
+#endif
21
+
22
    .text
23
 
24
 @ ----------------------------------------------------------------
  • Git repository management for enterprise teams powered by Atlassian Bitbucket
  • Atlassian Bitbucket v6.7.2
  • Documentation
  • Request a feature
  • About
  • Contact Atlassian
Atlassian

Everything looks good. We'll let you know here if there's anything you should know about.