diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2013-10-16 18:00:36 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2013-10-16 18:00:36 +0200 |
commit | 7a464646964980beb100d22836ad36c02c695744 (patch) | |
tree | 3cc4aa0e3ff1a90e5a6d10b6067694a127352df8 /package/libmad/patches/patch-imdct_l_arm_S | |
parent | 94f93c55a89f4d0b686a97f20dae65afe37823ce (diff) | |
parent | 29fcf823c3a97b1bb7074b0ca685547582216e0c (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/libmad/patches/patch-imdct_l_arm_S')
-rw-r--r-- | package/libmad/patches/patch-imdct_l_arm_S | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/package/libmad/patches/patch-imdct_l_arm_S b/package/libmad/patches/patch-imdct_l_arm_S new file mode 100644 index 000000000..f071b4888 --- /dev/null +++ b/package/libmad/patches/patch-imdct_l_arm_S @@ -0,0 +1,11 @@ +--- libmad-0.15.1b.orig/imdct_l_arm.S 2001-03-25 22:03:34.000000000 +0200 ++++ libmad-0.15.1b/imdct_l_arm.S 2013-10-16 10:51:50.000000000 +0200 +@@ -468,7 +468,7 @@ _III_imdct_l: + + @---- + +- add r2, pc, #(imdct36_long_karray-.-8) @ r2 = base address of Knn array (PIC safe ?) ++ adr r2, imdct36_long_karray + + + loop: |