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