Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] ffmpeg: explicitly pass --ranlib
@ 2015-04-16 19:59 Arnout Vandecappelle
  2015-04-16 20:17 ` Bernd Kuhls
  2015-04-16 21:12 ` Yann E. MORIN
  0 siblings, 2 replies; 4+ messages in thread
From: Arnout Vandecappelle @ 2015-04-16 19:59 UTC (permalink / raw)
  To: buildroot

It seems that ffmpeg's custom configure doesn't observe the RANLIB
environment variable, and incorrectly uses the host's ranlib to
check if the -D option is supported. Blackfin's ranlib doesn't, most
others do.

I also checked if there are any more mistakes like that in ffmpeg's
configure script, but it looked OK.

Fixes:
http://autobuild.buildroot.net/results/d13488a43f6e034623104a36c07114db99325b8d

Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Cc: Bernd Kuhs <bernd.kuhls@t-online.de>
---
 package/ffmpeg/ffmpeg.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/ffmpeg/ffmpeg.mk b/package/ffmpeg/ffmpeg.mk
index 787dbb1..59c49ee 100644
--- a/package/ffmpeg/ffmpeg.mk
+++ b/package/ffmpeg/ffmpeg.mk
@@ -18,6 +18,7 @@ endif
 
 FFMPEG_CONF_OPTS = \
 	--prefix=/usr \
+	--ranlib=$(TARGET_RANLIB) \
 	--enable-avfilter \
 	--disable-version3 \
 	--enable-logging \
-- 
2.1.4

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2015-04-16 22:02 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-16 19:59 [Buildroot] [PATCH] ffmpeg: explicitly pass --ranlib Arnout Vandecappelle
2015-04-16 20:17 ` Bernd Kuhls
2015-04-16 22:02   ` Arnout Vandecappelle
2015-04-16 21:12 ` Yann E. MORIN

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox