diff options
author | John Stebbins <[email protected]> | 2019-04-16 11:31:29 -0600 |
---|---|---|
committer | John Stebbins <[email protected]> | 2019-04-17 07:27:17 -0600 |
commit | 046eb043aeebc31b922f632422b88107e840fd0b (patch) | |
tree | da5955574f4a2029a29ceed0e10ae06625978037 /contrib/x264 | |
parent | 8e52e9720f7c5d5b39897f43ae8c6bace5292c19 (diff) |
make: finish correcting host/build semantics
Diffstat (limited to 'contrib/x264')
-rw-r--r-- | contrib/x264/module.defs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/x264/module.defs b/contrib/x264/module.defs index e40703315..f256c3313 100644 --- a/contrib/x264/module.defs +++ b/contrib/x264/module.defs @@ -12,9 +12,9 @@ X264.CONFIGURE.shared = X264.CONFIGURE.extra += --disable-lavf --disable-ffms --disable-avs --disable-swscale --disable-gpac --disable-lsmash --disable-cli -ifeq (1,$(BUILD.cross)) +ifeq (1,$(HOST.cross)) X264.CONFIGURE.build = - X264.CONFIGURE.extra += --cross-prefix=$(BUILD.spec)- + X264.CONFIGURE.extra += --cross-prefix=$(HOST.spec)- X264.CONFIGURE.env.CFLAGS = CFLAGS="-I$(call fn.ABSOLUTE,$(CONTRIB.build/)include) $(call fn.ARGS,X264.GCC,*archs *sysroot *minver ?extra)" X264.CONFIGURE.env.LDFLAGS = LDFLAGS="-L$(call fn.ABSOLUTE,$(CONTRIB.build/)lib) $(call fn.ARGS,X264.GCC,*archs *sysroot *minver)" endif |