2014-10-20 10:16:59 +02:00
|
|
|
################################################################################
|
|
|
|
#
|
|
|
|
# mp4v2
|
|
|
|
#
|
|
|
|
################################################################################
|
|
|
|
|
2020-05-15 23:13:27 +02:00
|
|
|
MP4V2_VERSION = 4.1.3
|
|
|
|
MP4V2_SITE = \
|
|
|
|
$(call github,TechSmith,mp4v2,Release-ThirdParty-MP4v2-$(MP4V2_VERSION))
|
2014-10-20 10:16:59 +02:00
|
|
|
MP4V2_INSTALL_STAGING = YES
|
2017-03-30 15:43:42 +02:00
|
|
|
MP4V2_LICENSE = MPL-1.1
|
2014-10-20 10:16:59 +02:00
|
|
|
MP4V2_LICENSE_FILES = COPYING
|
|
|
|
|
2014-10-31 15:54:58 +01:00
|
|
|
# help2man expects to be able to run utilities on the build machine to
|
|
|
|
# grab --help output which doesn't work when cross compiling, so
|
|
|
|
# disable it
|
|
|
|
MP4V2_CONF_ENV = ac_cv_prog_FOUND_HELP2MAN=no
|
|
|
|
|
2014-10-20 10:16:59 +02:00
|
|
|
ifeq ($(BR2_PACKAGE_MP4V2_UTIL),y)
|
|
|
|
MP4V2_CONF_OPTS += --enable-util
|
|
|
|
else
|
|
|
|
MP4V2_CONF_OPTS += --disable-util
|
|
|
|
endif
|
|
|
|
|
|
|
|
$(eval $(autotools-package))
|