summaryrefslogtreecommitdiffstats
path: root/contrib/mp4v2/module.defs
blob: c27f3470e41e87d52004cd3ee885f68052909dea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
$(eval $(call import.MODULE.defs,MP4V2,mp4v2))
$(eval $(call import.CONTRIB.defs,MP4V2))

MP4V2.FETCH.url = http://download.m0k.org/handbrake/contrib/mp4v2-trunk-r355.tar.bz2

## propagate more flags
MP4V2.CONFIGURE.env.CFLAGS = CFLAGS="$(call fn.ARGS,MP4V2.GCC,*archs *sysroot *minver *D .g .O)"
MP4V2.CONFIGURE.env.CXXFLAGS = CXXFLAGS="$(call fn.ARGS,MP4V2.GCC,*archs *sysroot *minver *D .g .O)"

## save some build-time by disabling utils
MP4V2.CONFIGURE.extra += --disable-util

## make sure gch is disabled; we get build errors on linux with gcc-4.3.x and -g3
## relatively safe to enable for darwin as it is unlikely to have that bugged version
ifneq (darwin,$(BUILD.system))
    MP4V2.CONFIGURE.extra += --disable-gch
endif