summaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
Diffstat (limited to 'contrib')
-rw-r--r--contrib/ffmpeg/module.defs3
1 files changed, 3 insertions, 0 deletions
diff --git a/contrib/ffmpeg/module.defs b/contrib/ffmpeg/module.defs
index c8d729ff7..36d04b2db 100644
--- a/contrib/ffmpeg/module.defs
+++ b/contrib/ffmpeg/module.defs
@@ -73,6 +73,9 @@ FFMPEG.CONFIGURE.extra += \
ifeq (darwin,$(BUILD.system))
FFMPEG.CONFIGURE.extra += --disable-audiotoolbox --disable-coreimage --disable-videotoolbox
+ ifeq (x86_64,$(BUILD.arch))
+ FFMPEG.CONFIGURE.extra += --arch=x86_64
+ endif
endif
## check against tuple: B-SYSTEM where B is { 0 | 1 } for cross-compiling flag