mirror of https://github.com/FFmpeg/FFmpeg.git
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>pull/118/merge
parent
fd9a528523
commit
8d1226e623
1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue