Re: [FFmpeg-devel] Respect AR and NM overrides for Windows builds.

2018-04-19 Thread Derek Buitenhuis
On 4/17/2018 11:09 PM, Dale Curtis wrote: > Yes, to cross-compile on Linux you need to use llvm-ar and llvm-nm. This is > pretty chromium specific, but you can get the gist of what's necessary from > this Chromium change: > > https://chromium-review.googlesource.com/c/chromium/third_party/ffmpeg/+

Re: [FFmpeg-devel] Respect AR and NM overrides for Windows builds.

2018-04-17 Thread Dale Curtis
Yes, to cross-compile on Linux you need to use llvm-ar and llvm-nm. This is pretty chromium specific, but you can get the gist of what's necessary from this Chromium change: https://chromium-review.googlesource.com/c/chromium/third_party/ffmpeg/+/1013323/4/chromium/scripts/build_ffmpeg.py - dale

Re: [FFmpeg-devel] Respect AR and NM overrides for Windows builds.

2018-04-17 Thread Derek Buitenhuis
On 4/17/2018 12:28 AM, Dale Curtis wrote: > Necessary for clang-cl cross compiling builds to work on Linux. Looks fairly reasonable, I think. Are you manually overriding these? - Derek ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg

[FFmpeg-devel] Respect AR and NM overrides for Windows builds.

2018-04-16 Thread Dale Curtis
Necessary for clang-cl cross compiling builds to work on Linux. Signed-off-by: Dale Curtis From caf65ca502f9a38aff3b39f4464af9f071a28167 Mon Sep 17 00:00:00 2001 From: Dale Curtis Date: Mon, 16 Apr 2018 16:26:47 -0700 Subject: [PATCH] Respect AR and NM overrides for Windows builds. Necessary fo