diff options
-rw-r--r-- | contrib/x264/module.defs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/x264/module.defs b/contrib/x264/module.defs index 85f7e7212..8321d9646 100644 --- a/contrib/x264/module.defs +++ b/contrib/x264/module.defs @@ -12,6 +12,7 @@ X264.CONFIGURE.extra = --disable-mp4-output ifeq (1-mingw,$(BUILD.cross)-$(BUILD.system)) X264.CONFIGURE.extra += --enable-pthread --cross-prefix=$(BUILD.spec)- + X264.CONFIGURE.extra += --disable-avs-input --disable-lavf-input --disable-ffms-input 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)" else |