ffmpeg/libavdevice
Devin Heitmueller b5b4868504 avdevice/decklink: Fix compilation of module on OSX
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>
2018-01-20 18:38:29 +01:00
..
tests
Makefile
alldevices.c
alsa.c
alsa.h
alsa_dec.c
alsa_enc.c
avdevice.c
avdevice.h
avdeviceres.rc
avfoundation.m
bktr.c
caca.c
decklink_common.cpp avdevice/decklink: Fix compilation of module on OSX 2018-01-20 18:38:29 +01:00
decklink_common.h
decklink_common_c.h avdevice/decklink: addition of absolute wallclock option for pts source 2018-01-20 18:38:27 +01:00
decklink_dec.cpp avdevice/decklink: addition of absolute wallclock option for pts source 2018-01-20 18:38:27 +01:00
decklink_dec.h
decklink_dec_c.c avdevice/decklink: addition of absolute wallclock option for pts source 2018-01-20 18:38:27 +01:00
decklink_enc.cpp avdevice/decklink: Suppress warning about misuse of struct instead of class 2018-01-20 18:38:29 +01:00
decklink_enc.h
decklink_enc_c.c
dshow.c
dshow_capture.h
dshow_common.c
dshow_crossbar.c
dshow_enummediatypes.c
dshow_enumpins.c
dshow_filter.c
dshow_pin.c
fbdev_common.c
fbdev_common.h
fbdev_dec.c
fbdev_enc.c
file_open.c
gdigrab.c
iec61883.c
internal.h
jack.c
kmsgrab.c
lavfi.c
libavdevice.v
libcdio.c
libdc1394.c
libndi_newtek_common.h
libndi_newtek_dec.c
libndi_newtek_enc.c
openal-dec.c
opengl_enc.c
opengl_enc_shaders.h
oss.c
oss.h
oss_dec.c
oss_enc.c
pulse_audio_common.c
pulse_audio_common.h
pulse_audio_dec.c
pulse_audio_enc.c
reverse.c
sdl2.c
sndio.c
sndio.h
sndio_dec.c
sndio_enc.c
timefilter.c
timefilter.h
utils.c
v4l2-common.c
v4l2-common.h
v4l2.c
v4l2enc.c
version.h avdevice/decklink: addition of absolute wallclock option for pts source 2018-01-20 18:38:27 +01:00
vfwcap.c
xcbgrab.c
xv.c