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
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
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
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
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
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
___
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
>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