Re: [FFmpeg-devel] [PATCH] Force text files to be downloaded in UNIX line ending (LF)

2015-01-17 Thread Derek Buitenhuis
On 1/16/2015 8:46 PM, Timotius Margo wrote: > However, the official documentation and the wiki still suggest that > MinGW/MSYS as the default environment to build FFmpeg on Windows. For example > MSYS web link points directly to the MinGW/MSYS web page. If MSYS2 is in fact > the recommended shel

Re: [FFmpeg-devel] [PATCH] Force text files to be downloaded in UNIX line ending (LF)

2015-01-16 Thread Timotius Margo
Regards, Timotius Margo -Original Message- From: ffmpeg-devel-boun...@ffmpeg.org [mailto:ffmpeg-devel-boun...@ffmpeg.org] On Behalf Of Matt Oliver Sent: Saturday, January 10, 2015 2:28 AM To: FFmpeg development discussions and patches Subject: Re: [FFmpeg-devel] [PATCH] Force text files to be

Re: [FFmpeg-devel] [PATCH] Force text files to be downloaded in UNIX line ending (LF)

2015-01-11 Thread Reimar Döffinger
On 10.01.2015, at 11:18, Derek Buitenhuis wrote: > On 1/10/2015 8:40 AM, Timotius Margo wrote: >> This causes a problem with autoconf and prevents >> user from building FFmpeg successfully without applying a workaround. > > I forgot to mention this is fixed in newer make.exe's, and I think > it's

Re: [FFmpeg-devel] [PATCH] Force text files to be downloaded in UNIX line ending (LF)

2015-01-10 Thread Derek Buitenhuis
On 1/10/2015 10:28 AM, Matt Oliver wrote: > Although this may be a good example of why it could be useful to make it > clear somewhere that MSYS2 is the recommended setup to help avoid these > issues that way. Agreed. - Derek ___ ffmpeg-devel mailing li

Re: [FFmpeg-devel] [PATCH] Force text files to be downloaded in UNIX line ending (LF)

2015-01-10 Thread Matt Oliver
On 10 January 2015 at 21:18, Derek Buitenhuis wrote: > On 1/10/2015 8:40 AM, Timotius Margo wrote: > > This causes a problem with autoconf and prevents > > user from building FFmpeg successfully without applying a workaround. > > I forgot to mention this is fixed in newer make.exe's, and I think

Re: [FFmpeg-devel] [PATCH] Force text files to be downloaded in UNIX line ending (LF)

2015-01-10 Thread Derek Buitenhuis
On 1/10/2015 8:40 AM, Timotius Margo wrote: > This causes a problem with autoconf and prevents > user from building FFmpeg successfully without applying a workaround. I forgot to mention this is fixed in newer make.exe's, and I think it's included in MSYS2. - Derek ___

Re: [FFmpeg-devel] [PATCH] Force text files to be downloaded in UNIX line ending (LF)

2015-01-10 Thread Derek Buitenhuis
On 1/10/2015 8:40 AM, Timotius Margo wrote: > +* text eol=lf I think this is wrong. git should be set up to pull and push verbatim, not a specific line ending. - Derek ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listi

[FFmpeg-devel] [PATCH] Force text files to be downloaded in UNIX line ending (LF)

2015-01-10 Thread Timotius Margo
>From 7723f4ed203671c410109cbaf6dc3caca130b27b Mon Sep 17 00:00:00 2001 From: Timotius Margo Date: Fri, 9 Jan 2015 17:03:56 -0800 Subject: [PATCH] Force text files to be downloaded in UNIX line ending (LF) In a default MinGW environment, FFmpeg is always downloaded with CRLF (Windows) line ending