diff options
author | Alexandre Lision <alexandre.lision@savoirfairelinux.com> | 2015-11-23 17:08:50 -0500 |
---|---|---|
committer | Luca Barbato <lu_zero@gentoo.org> | 2015-11-26 10:55:28 +0100 |
commit | 4f979418c723652ad4e43115118c57a44bd46b52 (patch) | |
tree | 7d38fc9b6d9a07efa94ea74fcfae5c4ccb21bd0a /libavdevice/Makefile | |
parent | 9f57f134c19773d54269b6cb9ee455ff87c2e9e1 (diff) | |
download | ffmpeg-streaming-4f979418c723652ad4e43115118c57a44bd46b52.zip ffmpeg-streaming-4f979418c723652ad4e43115118c57a44bd46b52.tar.gz |
avfoundation: Simple capture
Originally based on the capture written by
Thilo Borgmann <thilo.borgmann@mail.de>.
Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
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 dfd56be..e93d1ec 100644 --- a/libavdevice/Makefile +++ b/libavdevice/Makefile @@ -9,6 +9,7 @@ OBJS = alldevices.o \ # input/output devices OBJS-$(CONFIG_ALSA_INDEV) += alsa_dec.o alsa.o OBJS-$(CONFIG_ALSA_OUTDEV) += alsa_enc.o alsa.o +OBJS-$(CONFIG_AVFOUNDATION_INDEV) += avfoundation_dec.o OBJS-$(CONFIG_BKTR_INDEV) += bktr.o OBJS-$(CONFIG_DV1394_INDEV) += dv1394.o OBJS-$(CONFIG_FBDEV_INDEV) += fbdev.o |