Re: [FFmpeg-devel] [PATCH][RFC] configure: silence preprocessor noise from dependency generation

2015-10-03 Thread Michael Niedermayer
On Fri, Sep 18, 2015 at 03:28:47PM -0400, Ganesh Ajjanagadde wrote: > Currently, errors are thrown for various macros while building that are > completely bogus. > They occur during the dependency (.d) generation phase, and have no bearing > on the compiled output, > since only the stdout is pipe

Re: [FFmpeg-devel] [PATCH][RFC] configure: silence preprocessor noise from dependency generation

2015-10-03 Thread Ganesh Ajjanagadde
On Fri, Sep 18, 2015 at 2:28 PM, Ganesh Ajjanagadde wrote: > Currently, errors are thrown for various macros while building that are > completely bogus. > They occur during the dependency (.d) generation phase, and have no bearing > on the compiled output, > since only the stdout is piped into t

[FFmpeg-devel] [PATCH][RFC] configure: silence preprocessor noise from dependency generation

2015-09-18 Thread Ganesh Ajjanagadde
Currently, errors are thrown for various macros while building that are completely bogus. They occur during the dependency (.d) generation phase, and have no bearing on the compiled output, since only the stdout is piped into the sed command to generate the .d files. They basically occur as the r