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 ___

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

2014-12-16 Thread Jesse Jiang
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

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 jessejiang0...@outlook.com 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

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 jessejiang0...@outlook.com 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

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 we

[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

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:

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