board/csky: fixup gdb instructions in readme.txt
[buildroot-gz.git] / package / mp4v2 / mp4v2.mk
blob2acbb4ea748f2a726f4546bcc1867f9a4d31c548
1 ################################################################################
3 # mp4v2
5 ################################################################################
7 MP4V2_VERSION = 2.0.0
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
16 # disable it
17 MP4V2_CONF_ENV = ac_cv_prog_FOUND_HELP2MAN=no
19 ifeq ($(BR2_PACKAGE_MP4V2_UTIL),y)
20 MP4V2_CONF_OPTS += --enable-util
21 else
22 MP4V2_CONF_OPTS += --disable-util
23 endif
25 $(eval $(autotools-package))