summaryrefslogtreecommitdiff
path: root/libavdevice/Makefile
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 /libavdevice/Makefile
parent9d80f3ec4b08815719ce554c0a08ed27e671d6dc (diff)
lavdevice: Add AudioToolbox output device.
Diffstat (limited to 'libavdevice/Makefile')
-rw-r--r--libavdevice/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavdevice/Makefile b/libavdevice/Makefile
index 6ea62b914e..0dfe47a1f4 100644
--- a/libavdevice/Makefile
+++ b/libavdevice/Makefile
@@ -15,6 +15,7 @@ OBJS-$(CONFIG_SHARED) += reverse.o
OBJS-$(CONFIG_ALSA_INDEV) += alsa_dec.o alsa.o timefilter.o
OBJS-$(CONFIG_ALSA_OUTDEV) += alsa_enc.o alsa.o
OBJS-$(CONFIG_ANDROID_CAMERA_INDEV) += android_camera.o
+OBJS-$(CONFIG_AUDIOTOOLBOX_OUTDEV) += audiotoolbox.o
OBJS-$(CONFIG_AVFOUNDATION_INDEV) += avfoundation.o
OBJS-$(CONFIG_BKTR_INDEV) += bktr.o
OBJS-$(CONFIG_CACA_OUTDEV) += caca.o