mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 14:16:31 +00:00
update motion to latest master commit
This commit is contained in:
parent
d2c17e9fad
commit
5085e2c790
@ -4,11 +4,15 @@
|
|||||||
#
|
#
|
||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
MOTION_VERSION = 37b3595
|
MOTION_VERSION = 2a140fa31feafd960033ad292615a601a1f3faec
|
||||||
MOTION_SITE = $(call github,motion-project,motion,$(MOTION_VERSION))
|
MOTION_SITE = $(call github,motion-project,motion,$(MOTION_VERSION))
|
||||||
MOTION_AUTORECONF = YES
|
MOTION_AUTORECONF = YES
|
||||||
MOTION_CONF_OPTS = --without-pgsql --without-sdl --without-sqlite3 --without-mysql --with-ffmpeg=$(STAGING_DIR)/usr/lib \
|
MOTION_CONF_OPTS = --without-pgsql \
|
||||||
--with-ffmpeg-headers=$(STAGING_DIR)/usr/include
|
--without-sdl \
|
||||||
|
--without-sqlite3 \
|
||||||
|
--without-mysql \
|
||||||
|
--with-ffmpeg=$(STAGING_DIR)/usr/lib \
|
||||||
|
--with-ffmpeg-headers=$(STAGING_DIR)/usr/include
|
||||||
|
|
||||||
define MOTION_INSTALL_TARGET_CMDS
|
define MOTION_INSTALL_TARGET_CMDS
|
||||||
cp $(@D)/motion $(TARGET_DIR)/usr/bin/motion
|
cp $(@D)/motion $(TARGET_DIR)/usr/bin/motion
|
||||||
|
Loading…
x
Reference in New Issue
Block a user