summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorThilo Borgmann <thilo.borgmann@mail.de>2020-06-15 15:09:33 +0200
committerThilo Borgmann <thilo.borgmann@mail.de>2020-06-15 15:09:33 +0200
commitb737575c76ff33ef5ffd602ebf3e30cc71ec536c (patch)
tree2246164229a29ae9ea58658cb234a9645929f9c7 /configure
parent9d80f3ec4b08815719ce554c0a08ed27e671d6dc (diff)
lavdevice: Add AudioToolbox output device.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure b/configure
index 8569a60bf8..7495f35faa 100755
--- a/configure
+++ b/configure
@@ -3367,6 +3367,8 @@ alsa_outdev_deps="alsa"
avfoundation_indev_deps="avfoundation corevideo coremedia pthreads"
avfoundation_indev_suggest="coregraphics applicationservices"
avfoundation_indev_extralibs="-framework Foundation"
+audiotoolbox_outdev_deps="audiotoolbox pthreads"
+audiotoolbox_outdev_extralibs="-framework AudioToolbox -framework CoreAudio"
bktr_indev_deps_any="dev_bktr_ioctl_bt848_h machine_ioctl_bt848_h dev_video_bktr_ioctl_bt848_h dev_ic_bt8xx_h"
caca_outdev_deps="libcaca"
decklink_deps_any="libdl LoadLibrary"
@@ -6152,6 +6154,7 @@ enabled videotoolbox && check_apple_framework VideoToolbox
check_apple_framework CoreFoundation
check_apple_framework CoreMedia
check_apple_framework CoreVideo
+check_apple_framework CoreAudio
enabled avfoundation && {
disable coregraphics applicationservices