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

2014-12-16 Thread Reimar Döffinger
On Tue, Dec 16, 2014 at 09:11:18AM +, 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

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

2014-12-16 Thread Reimar Döffinger
On Tue, Dec 16, 2014 at 11:14:59AM +0100, Hendrik Leppkes wrote: > On Tue, Dec 16, 2014 at 10:11 AM, 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 >

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

2014-12-16 Thread Hendrik Leppkes
On Tue, Dec 16, 2014 at 10:11 AM, 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

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

2014-12-16 Thread Jesse Jiang
how to operator the string in configure. Thanks for anyone can help. > Date: Tue, 16 Dec 2014 09:57:56 +0100 > From: j...@videolan.org > To: ffmpeg-devel@ffmpeg.org > Subject: Re: [FFmpeg-devel] How to make the link.exe as MSVC's link > > On 16 Dec, Jesse Jiang wrote : >

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

2014-12-16 Thread Jean-Baptiste Kempf
On 16 Dec, Jesse Jiang wrote : > I know, but I want make it more easly. It will confusuon the beginer. Beginners should probably not compile FFmpeg. -- Jean-Baptiste Kempf http://www.jbkempf.com/ - +33 672 704 734 Sent from my Electronic Device ___ ffm

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

2014-12-15 Thread Jesse Jiang
I know, but I want make it more easly. It will confusuon the beginer. Sent from Surface From: Derek Buitenhuis Sent: ‎Tuesday‎, ‎December‎ ‎16‎, ‎2014 ‎12‎:‎06‎ ‎PM To: FFmpeg development discussions and patches On 12/16/2014 12:39 AM, Jesse Jiang wrote: > Hi All, > > > I want to

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

2014-12-15 Thread Derek Buitenhuis
On 12/16/2014 12:39 AM, Jesse Jiang wrote: > Hi All, > > > I want to make MSVC build ffmpeg more easily. There is a problem, if we > launch msys.bat which in mingw enviroment, the link.exe in msys will conflict > with link.exe in MSVC. This is covered in the documentation: http://ffmpeg.org/p

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

2014-12-15 Thread Jesse Jiang
Hi All, I want to make MSVC build ffmpeg more easily. There is a problem, if we launch msys.bat which in mingw enviroment, the link.exe in msys will conflict with link.exe in MSVC. So I try to change the configure like this msvc) # Check whether the current MSVC version needs th