1 ################################################################################
5 ################################################################################
8 MP4V2_SOURCE
= mp4v2-
$(MP4V2_VERSION
).
tar.bz2
9 MP4V2_SITE
= https
://mp4v2.googlecode.com
/files
10 MP4V2_INSTALL_STAGING
= YES
11 MP4V2_LICENSE
= MPLv1.1
12 MP4V2_LICENSE_FILES
= COPYING
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
17 MP4V2_CONF_ENV
= ac_cv_prog_FOUND_HELP2MAN
=no
19 ifeq ($(BR2_PACKAGE_MP4V2_UTIL
),y
)
20 MP4V2_CONF_OPTS
+= --enable-util
22 MP4V2_CONF_OPTS
+= --disable-util
25 $(eval
$(autotools-package
))