[vlc-devel] [PATCH] contrib: ffmpeg: remove gas-preprocessor on Android

Alexandre Janniaux ajanni at videolabs.io
Thu Nov 12 17:12:13 CET 2020


Hi,

If it works in 3.0, I have no issues with backporting this,
we should not neet gas preprocessor on android now.

Regard,
--
Alexandre Janniaux
Videolabs

On Wed, Nov 11, 2020 at 09:13:45PM +0800, "zhilizhao(赵志立)" wrote:
> Can this patch be backported to 3.0 branch?
> I have tried to apply it and there is no conflict.
>
> > On Nov 10, 2019, at 10:47 PM, Zhao Zhili <quinkblack at foxmail.com> wrote:
> >
> > Build vlc-android on macOS was broken since gas-preprocessor fix_unreq
> > is enabled by default on macOS.
> > ---
> > contrib/src/ffmpeg/rules.mak | 5 -----
> > 1 file changed, 5 deletions(-)
> >
> > diff --git a/contrib/src/ffmpeg/rules.mak b/contrib/src/ffmpeg/rules.mak
> > index 1ba04616e5..1d34ba6bdf 100644
> > --- a/contrib/src/ffmpeg/rules.mak
> > +++ b/contrib/src/ffmpeg/rules.mak
> > @@ -170,11 +170,6 @@ endif
> > ifeq ($(ANDROID_ABI), x86_64)
> > FFMPEGCONF +=  --disable-mmx --disable-mmxext --disable-inline-asm
> > endif
> > -ifdef HAVE_NEON
> > -ifeq ($(ANDROID_ABI), armeabi-v7a)
> > -FFMPEGCONF += --as='gas-preprocessor.pl -as-type clang -arch arm $(CC)'
> > -endif
> > -endif
> > endif
> >
> > # Windows
> > --
> > 2.21.0
> >
>
> _______________________________________________
> vlc-devel mailing list
> To unsubscribe or modify your subscription options:
> https://mailman.videolan.org/listinfo/vlc-devel


More information about the vlc-devel mailing list