diff options
author | Thilo Borgmann <borgmann@nue170.nue.tu-berlin.de> | 2014-04-11 17:29:07 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2014-04-11 17:51:33 +0200 |
commit | d2417061ef50dbe606692fa24031e3d68cc6292b (patch) | |
tree | adee73cc6b00ca81997de45080b0318b40ac380a /libavdevice/Makefile | |
parent | c02e3dca2d494f972cd96e0cf9c8117296c60952 (diff) | |
download | ffmpeg-streaming-d2417061ef50dbe606692fa24031e3d68cc6292b.zip ffmpeg-streaming-d2417061ef50dbe606692fa24031e3d68cc6292b.tar.gz |
Add AVFoundation input device.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavdevice/Makefile')
-rw-r--r-- | libavdevice/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavdevice/Makefile b/libavdevice/Makefile index 68b65cc..d4e6911 100644 --- a/libavdevice/Makefile +++ b/libavdevice/Makefile @@ -15,6 +15,7 @@ OBJS-$(CONFIG_ALSA_INDEV) += alsa-audio-common.o \ alsa-audio-dec.o timefilter.o OBJS-$(CONFIG_ALSA_OUTDEV) += alsa-audio-common.o \ alsa-audio-enc.o +OBJS-$(CONFIG_AVFOUNDATION_INDEV) += avfoundation.o OBJS-$(CONFIG_BKTR_INDEV) += bktr.o OBJS-$(CONFIG_CACA_OUTDEV) += caca.o OBJS-$(CONFIG_DECKLINK_OUTDEV) += decklink_enc.o decklink_enc_c.o |