diff options
author | Rodeo <[email protected]> | 2014-03-13 01:20:38 +0000 |
---|---|---|
committer | Rodeo <[email protected]> | 2014-03-13 01:20:38 +0000 |
commit | 74bc2e472c901e75412dd82845e6cc16277eff1d (patch) | |
tree | 54e4271443a7686b173bca96833536a48378ce1a /contrib | |
parent | 30e3f1f16c300138dd83b2309c1f8687a1ed6fbc (diff) |
Build: pass --build to configure when cross-compiling.
This is the right thing to do, and also happens to fix building
with MinGW-w64 in a non-Linux environment such as e.g. Cygwin.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6104 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/ffmpeg/module.defs | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/contrib/ffmpeg/module.defs b/contrib/ffmpeg/module.defs index 3884487c2..b04c65bb4 100644 --- a/contrib/ffmpeg/module.defs +++ b/contrib/ffmpeg/module.defs @@ -7,9 +7,10 @@ $(eval $(call import.CONTRIB.defs,FFMPEG)) FFMPEG.FETCH.url = http://download.handbrake.fr/handbrake/contrib/libav-v10_beta1.tar.bz2 -FFMPEG.CONFIGURE.deps = -FFMPEG.CONFIGURE.env = -FFMPEG.CONFIGURE.host = +FFMPEG.CONFIGURE.deps = +FFMPEG.CONFIGURE.env = +FFMPEG.CONFIGURE.host = +FFMPEG.CONFIGURE.build = FFMPEG.CONFIGURE.extra = \ --enable-gpl \ |