summaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorBradley Sepos <[email protected]>2018-05-29 18:43:36 -0400
committerBradley Sepos <[email protected]>2018-05-29 18:43:36 -0400
commit5daa5b6a70a234af45652fab7ddd95da6315a83b (patch)
treee652bfbb1c2f77a40f2f6ec07f7de3739e3427b8 /contrib
parente514e776d1d65a4dcaa340d7cd029d0835291119 (diff)
contrib: Another FFmpeg module revision.
Addresses another suggestion here https://github.com/HandBrake/HandBrake/issues/1370#issuecomment-392958720
Diffstat (limited to 'contrib')
-rw-r--r--contrib/ffmpeg/module.defs2
1 files changed, 1 insertions, 1 deletions
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))"