[FFmpeg-devel] How to make the link.exe as MSVC's link

Reimar Döffinger Reimar.Doeffinger at gmx.de
Tue Dec 16 20:34:14 CET 2014


On Tue, Dec 16, 2014 at 09:11:18AM +0000, Jesse Jiang wrote:
> Yes, it is true.
> But I think this job is not hard, we can use which command to get the cl path. Like $ which cl/c/Program Files (x86)/Microsoft Visual Studio 12.0/VC/BIN/cl.exe
> Then we can replace the cl.exe with link.exe, so we can got the correct link for msvc.
> But the problem is I do not know how to operator the string in configure.
> Thanks for anyone can help.

I'm not convinced it's a good idea, but
$(dirname $(which cl))/link.exe
should probably work.


More information about the ffmpeg-devel mailing list