On Mon, 8 Dec 2014, Janne Grunau wrote:

Makes the code easier to read since it hides different offset
calculations for arm and thumb mode.
---
libavcodec/arm/mlpdsp_armv5te.S | 36 ++++++++++++++++++++----------------
1 file changed, 20 insertions(+), 16 deletions(-)

diff --git a/libavcodec/arm/mlpdsp_armv5te.S b/libavcodec/arm/mlpdsp_armv5te.S
index 585e54a..5a6bb63 100644
--- a/libavcodec/arm/mlpdsp_armv5te.S
+++ b/libavcodec/arm/mlpdsp_armv5te.S
@@ -43,6 +43,14 @@ I       .req    ip
PSAMP   .req    lr


+.macro branch_pic_label first:req, remainder:vararg

Gas-preprocessor doesn't handle the :req suffix. Seems to work fine with that removed though. So either we'd remove it or patch gas-preprocessor, or both.

The patch seems fine to me other than that.

// Martin
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to