diff options
Diffstat (limited to 'contrib/ffmpeg/module.defs')
-rw-r--r-- | contrib/ffmpeg/module.defs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/contrib/ffmpeg/module.defs b/contrib/ffmpeg/module.defs index b63fb512a..ebddcf19a 100644 --- a/contrib/ffmpeg/module.defs +++ b/contrib/ffmpeg/module.defs @@ -97,6 +97,10 @@ ifeq (darwin,$(HOST.system)) else ifeq (arm64,$(HOST.arch)) FFMPEG.CONFIGURE.extra += --arch=arm64 endif + + ifeq (1,$(HOST.cross)) + FFMPEG.CONFIGURE.extra += --enable-cross-compile + endif endif ## check against tuple: B-SYSTEM where B is { 0 | 1 } for cross-compiling flag |