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.
_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Reply via email to