Skip to content

Commit

Permalink
update motion to latest master commit
Browse files Browse the repository at this point in the history
  • Loading branch information
ccrisan authored and jasaw committed Sep 26, 2017
1 parent 63cc029 commit bc1389a
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions package/motion/motion.mk
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,12 @@
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 \
--with-ffmpeg-headers=$(STAGING_DIR)/usr/include
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
cp $(@D)/motion $(TARGET_DIR)/usr/bin/motion
Expand Down

0 comments on commit bc1389a

Please sign in to comment.