[vlc-devel] [PATCH v2 08/17] contrib: ffmpeg: also pass ranlib to configure

Rémi Denis-Courmont remi at remlab.net
Thu Apr 30 10:45:47 CEST 2020


Ok

Le 29 avril 2020 23:40:51 GMT+03:00, Alexandre Janniaux <ajanni at videolabs.io> a écrit :
>This is particularily needed when ar and $(HOST)-ar are not producing
>the same type of archive, like linux -> iOS cross compilation.
>---
> contrib/src/ffmpeg/rules.mak | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
>diff --git a/contrib/src/ffmpeg/rules.mak
>b/contrib/src/ffmpeg/rules.mak
>index d78b93ecb65..187d513aa14 100644
>--- a/contrib/src/ffmpeg/rules.mak
>+++ b/contrib/src/ffmpeg/rules.mak
>@@ -222,7 +222,7 @@ ifeq ($(call need_pkg,"libavcodec >=
>$(FFMPEG_LAVC_MIN) libavformat >= 53.21.0 l
> PKGS_FOUND += ffmpeg
> endif
> 
>-FFMPEGCONF += --nm="$(NM)" --ar="$(AR)"
>+FFMPEGCONF += --nm="$(NM)" --ar="$(AR)" --ranlib="$(RANLIB)"
> 
> $(TARBALLS)/ffmpeg-$(FFMPEG_BASENAME).tar.xz:
> 	$(call download_git,$(FFMPEG_GITURL),,$(FFMPEG_HASH))
>-- 
>2.26.2
>
>_______________________________________________
>vlc-devel mailing list
>To unsubscribe or modify your subscription options:
>https://mailman.videolan.org/listinfo/vlc-devel

-- 
Envoyé de mon appareil Android avec Courriel K-9 Mail. Veuillez excuser ma brièveté.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/vlc-devel/attachments/20200430/0cad8e11/attachment.html>


More information about the vlc-devel mailing list