diff options
author | Ganesh Ajjanagadde <gajjanagadde@gmail.com> | 2015-09-18 15:28:47 -0400 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2015-10-03 21:59:24 +0200 |
commit | 8d1226e623b270969a04e455a14ed036dc8466bc (patch) | |
tree | a4ea692625fa6c505c0b724481ab0b3a78b7f928 /INSTALL.md | |
parent | fd9a528523d020764044dcc5a4873d030eeb2b63 (diff) | |
download | ffmpeg-8d1226e623b270969a04e455a14ed036dc8466bc.tar.gz |
configure: silence preprocessor noise from dependency generation
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 relevant -I paths are not (and cannot be passed) during
the dependancy generation phase.
As such, this patch silences them.
Signed-off-by: Ganesh Ajjanagadde <gajjanagadde@gmail.com>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'INSTALL.md')
0 files changed, 0 insertions, 0 deletions