mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-19 16:40:46 -09:00
motion: add webp support
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
committed by
Thomas Petazzoni
parent
c599a3e3aa
commit
8b9f4d5a9d
@@ -48,6 +48,13 @@ else
|
|||||||
MOTION_CONF_OPTS += --without-sqlite3
|
MOTION_CONF_OPTS += --without-sqlite3
|
||||||
endif
|
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
|
# Do not use default install target as it installs many unneeded files and
|
||||||
# directories: docs, examples and init scripts
|
# directories: docs, examples and init scripts
|
||||||
define MOTION_INSTALL_TARGET_CMDS
|
define MOTION_INSTALL_TARGET_CMDS
|
||||||
|
|||||||
Reference in New Issue
Block a user