[libav-devel] [PATCH] arm: properly mark external symbol call

2011-05-14 Thread Martin Aumüller
Surround memset and ff_vp8_dct_cat_prob by X() in order to fix iOS build Includes patch by Luca Barbato . --- libavcodec/arm/ac3dsp_armv6.S |2 +- libavcodec/arm/vp8_armv6.S|2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/libavcodec/arm/ac3dsp_armv6.S b/libavcodec

[libav-devel] (no subject)

2011-05-14 Thread Martin Aumüller
Here is a new patch squashing the two patches by Luca Barbato and me. Regards, Martin ___ libav-devel mailing list libav-devel@libav.org https://lists.libav.org/mailman/listinfo/libav-devel

[libav-devel] iOS/arm-macosx fixes

2011-05-12 Thread Martin Aumüller
I found another missing X() during a recent iOS build. BTW, what is the known bug in gas-preprocessor? At first, I also had· problems, but a small addition made it build - I didn't check the· correctness of the result, however. See http://github.com/yuvi/gas-preprocessor/pull/9 Regards, Martin _

[libav-devel] [PATCH] arm: properly mark external symbol call

2011-05-12 Thread Martin Aumüller
Surround ff_vp8_dct_cat_prob by X() in order to fix iOS build --- libavcodec/arm/vp8_armv6.S |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/libavcodec/arm/vp8_armv6.S b/libavcodec/arm/vp8_armv6.S index 88fa398..11d3521 100644 --- a/libavcodec/arm/vp8_armv6.S +++ b/libavc