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

"zhilizhao(赵志立)" quinkblack at foxmail.com
Wed Nov 11 14:13:45 CET 2020


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
> 



More information about the vlc-devel mailing list