From 8b9f4d5a9dd73ae31bd213e7a2a8c6507fa924e2 Mon Sep 17 00:00:00 2001 From: Fabrice Fontaine Date: Sat, 2 Dec 2017 13:08:49 +0100 Subject: [PATCH] motion: add webp support Signed-off-by: Fabrice Fontaine Signed-off-by: Thomas Petazzoni --- package/motion/motion.mk | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/package/motion/motion.mk b/package/motion/motion.mk index dfbb70d64b..03144065cc 100644 --- a/package/motion/motion.mk +++ b/package/motion/motion.mk @@ -48,6 +48,13 @@ else MOTION_CONF_OPTS += --without-sqlite3 endif +ifeq ($(BR2_PACKAGE_WEBP_MUX),y) +MOTION_DEPENDENCIES += webp +MOTION_CONF_OPTS += --with-webp +else +MOTION_CONF_OPTS += --without-webp +endif + # Do not use default install target as it installs many unneeded files and # directories: docs, examples and init scripts define MOTION_INSTALL_TARGET_CMDS