From 5daa5b6a70a234af45652fab7ddd95da6315a83b Mon Sep 17 00:00:00 2001 From: Bradley Sepos Date: Tue, 29 May 2018 18:43:36 -0400 Subject: [PATCH] contrib: Another FFmpeg module revision. Addresses another suggestion here https://github.com/HandBrake/HandBrake/issues/1370#issuecomment-392958720 --- contrib/ffmpeg/module.defs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/ffmpeg/module.defs b/contrib/ffmpeg/module.defs index fee661133..c8d729ff7 100644 --- a/contrib/ffmpeg/module.defs +++ b/contrib/ffmpeg/module.defs @@ -82,7 +82,7 @@ else ifeq (1-mingw,$(BUILD.cross)-$(BUILD.system)) FFMPEG.CONFIGURE.extra += \ --target-os=mingw32 \ --arch=$(BUILD.machine) \ - --enable-cross-compile --cross-prefix=$(BUILD.cross.prefix) + --cross-prefix=$(BUILD.cross.prefix) FFMPEG.GCC.args.extra += -fno-common ifeq (1,$(FEATURE.local_pkgconfig)) FFMPEG.CONFIGURE.extra += --pkg-config="$(call fn.ABSOLUTE,$(CONTRIB.build/)bin/$(PKGCONFIG.exe))" -- 2.40.0