OSDN Git Service

x264 bump from r1592 to r1627
[handbrake-jp/handbrake-jp-git.git] / contrib / mp4v2 / module.defs
1 $(eval $(call import.MODULE.defs,MP4V2,mp4v2))
2 $(eval $(call import.CONTRIB.defs,MP4V2))
3
4 MP4V2.FETCH.url = http://download.m0k.org/handbrake/contrib/mp4v2-trunk-r355.tar.bz2
5
6 ## propagate more flags
7 MP4V2.CONFIGURE.env.CFLAGS = CFLAGS="$(call fn.ARGS,MP4V2.GCC,*archs *sysroot *minver *D .g .O)"
8 MP4V2.CONFIGURE.env.CXXFLAGS = CXXFLAGS="$(call fn.ARGS,MP4V2.GCC,*archs *sysroot *minver *D .g .O)"
9
10 ## save some build-time by disabling utils
11 MP4V2.CONFIGURE.extra += --disable-util
12
13 ## make sure gch is disabled; we get build errors on linux with gcc-4.3.x and -g3
14 ## relatively safe to enable for darwin as it is unlikely to have that bugged version
15 ifneq (darwin,$(BUILD.system))
16     MP4V2.CONFIGURE.extra += --disable-gch
17 endif