diff options
author | Clément Bœsch <cboesch@gopro.com> | 2017-09-04 15:45:11 +0200 |
---|---|---|
committer | Clément Bœsch <cboesch@gopro.com> | 2017-09-04 17:19:58 +0200 |
commit | ca7dc3ee901f27fac44cc2a541151fa551c0d1b6 (patch) | |
tree | c67c396b5a8d52da3db18b4895ee47d4a12b41e7 /libavdevice/Makefile | |
parent | 833a38dbe5b3faa07cfdded65f1c2ddecafad11c (diff) | |
download | ffmpeg-streaming-ca7dc3ee901f27fac44cc2a541151fa551c0d1b6.zip ffmpeg-streaming-ca7dc3ee901f27fac44cc2a541151fa551c0d1b6.tar.gz |
lavd: drop QTKit indev
QTKit has been deprecated in favor of AVFoundation for years, and we
have an avfoundation input device.
See https://developer.apple.com/documentation/qtkit
Diffstat (limited to 'libavdevice/Makefile')
-rw-r--r-- | libavdevice/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavdevice/Makefile b/libavdevice/Makefile index 0efb3f9..2a27d20 100644 --- a/libavdevice/Makefile +++ b/libavdevice/Makefile @@ -41,7 +41,6 @@ OBJS-$(CONFIG_PULSE_INDEV) += pulse_audio_dec.o \ pulse_audio_common.o timefilter.o OBJS-$(CONFIG_PULSE_OUTDEV) += pulse_audio_enc.o \ pulse_audio_common.o -OBJS-$(CONFIG_QTKIT_INDEV) += qtkit.o OBJS-$(CONFIG_SDL2_OUTDEV) += sdl2.o OBJS-$(CONFIG_SNDIO_INDEV) += sndio_dec.o sndio.o OBJS-$(CONFIG_SNDIO_OUTDEV) += sndio_enc.o sndio.o |