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 /configure | |
parent | 833a38dbe5b3faa07cfdded65f1c2ddecafad11c (diff) | |
download | ffmpeg-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 'configure')
-rwxr-xr-x | configure | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -3043,8 +3043,6 @@ oss_indev_deps_any="soundcard_h sys_soundcard_h" oss_outdev_deps_any="soundcard_h sys_soundcard_h" pulse_indev_deps="libpulse" pulse_outdev_deps="libpulse" -qtkit_indev_extralibs="-framework QTKit -framework Foundation -framework QuartzCore" -qtkit_indev_select="qtkit" sdl2_outdev_deps="sdl2" sndio_indev_deps="sndio" sndio_outdev_deps="sndio" @@ -6010,7 +6008,6 @@ enabled openssl && { use_pkg_config openssl openssl/ssl.h OPENSSL_init check_lib openssl openssl/ssl.h SSL_library_init -lssl32 -leay32 || check_lib openssl openssl/ssl.h SSL_library_init -lssl -lcrypto -lws2_32 -lgdi32 || die "ERROR: openssl not found"; } -enabled qtkit_indev && { check_header_objcc QTKit/QTKit.h || disable qtkit_indev; } if enabled gcrypt; then GCRYPT_CONFIG="${cross_prefix}libgcrypt-config" |