Skip to content
Snippets Groups Projects
Commit b0583e76 authored by Alexandre Janniaux's avatar Alexandre Janniaux
Browse files

contrib: ffmpeg: also pass ranlib to configure

This is particularily needed when ar and $(HOST)-ar are not producing
the same type of archive, like linux -> iOS cross compilation.
parent df48dd59
No related branches found
No related tags found
Loading
......@@ -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))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment