]> granicus.if.org Git - handbrake/commitdiff
contrib: Another FFmpeg module revision.
authorBradley Sepos <bradley@bradleysepos.com>
Tue, 29 May 2018 22:43:36 +0000 (18:43 -0400)
committerBradley Sepos <bradley@bradleysepos.com>
Tue, 29 May 2018 22:43:36 +0000 (18:43 -0400)
Addresses another suggestion here https://github.com/HandBrake/HandBrake/issues/1370#issuecomment-392958720

contrib/ffmpeg/module.defs

index fee661133cd76cb7a03abab122d2dfd9a41c006f..c8d729ff7870e467fb6696b14392ab57938f6ed2 100644 (file)
@@ -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))"