From 5ac3a309fddde79db1f70269fbcbd0ba4d94d30e Mon Sep 17 00:00:00 2001 From: Felix Matouschek Date: Tue, 20 Feb 2018 09:41:46 +0100 Subject: avdevice: add android_camera indev This commit adds an indev for Android devices on API level 24+ which uses the Android NDK Camera2 API to capture video from builtin cameras Signed-off-by: Felix Matouschek Signed-off-by: Michael Niedermayer --- libavdevice/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'libavdevice/Makefile') diff --git a/libavdevice/Makefile b/libavdevice/Makefile index 8228d62147..f11a6f2a86 100644 --- a/libavdevice/Makefile +++ b/libavdevice/Makefile @@ -14,6 +14,7 @@ OBJS-$(CONFIG_SHARED) += reverse.o # input/output devices 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_AVFOUNDATION_INDEV) += avfoundation.o OBJS-$(CONFIG_BKTR_INDEV) += bktr.o OBJS-$(CONFIG_CACA_OUTDEV) += caca.o -- cgit v1.2.3