update motion to latest master commit

This commit is contained in:
Calin Crisan 2017-09-18 10:35:15 +03:00
parent d2c17e9fad
commit 5085e2c790

View File

@ -4,10 +4,14 @@
#
################################################################################
MOTION_VERSION = 37b3595
MOTION_VERSION = 2a140fa31feafd960033ad292615a601a1f3faec
MOTION_SITE = $(call github,motion-project,motion,$(MOTION_VERSION))
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 \
--without-sdl \
--without-sqlite3 \
--without-mysql \
--with-ffmpeg=$(STAGING_DIR)/usr/lib \
--with-ffmpeg-headers=$(STAGING_DIR)/usr/include
define MOTION_INSTALL_TARGET_CMDS