mirror of https://github.com/FFmpeg/FFmpeg.git
Clang applies the missing-prototypes warning on C++ files, whereas gcc only applies it to C. As a result, the decklink_common.cpp file fails to build because of missing prototypes in DecklinkDispatch.cpp (which is #included by decklink_common.cpp). We don't want to change the actual Blackmagic SDK sources, so suppress the warning just for that one #include. Signed-off-by: Devin Heitmueller <dheitmueller@ltnglobal.com> Signed-off-by: Marton Balint <cus@passwd.hu>pull/275/head
parent
5409f065f2
commit
b5b4868504
1 changed files with 11 additions and 0 deletions
Loading…
Reference in new issue