1################################################################################ 2# 3# mp4v2 4# 5################################################################################ 6 7MP4V2_VERSION = 4.1.3 8MP4V2_SITE = \ 9 $(call github,TechSmith,mp4v2,Release-ThirdParty-MP4v2-$(MP4V2_VERSION)) 10MP4V2_INSTALL_STAGING = YES 11MP4V2_LICENSE = MPL-1.1 12MP4V2_LICENSE_FILES = COPYING 13 14# help2man expects to be able to run utilities on the build machine to 15# grab --help output which doesn't work when cross compiling, so 16# disable it 17MP4V2_CONF_ENV = ac_cv_prog_FOUND_HELP2MAN=no 18 19ifeq ($(BR2_PACKAGE_MP4V2_UTIL),y) 20MP4V2_CONF_OPTS += --enable-util 21else 22MP4V2_CONF_OPTS += --disable-util 23endif 24 25$(eval $(autotools-package)) 26