From f4a70b7ba18f7c2583947d8f699cb40b235eef2e Mon Sep 17 00:00:00 2001 From: Bradley Sepos Date: Tue, 29 May 2018 00:24:11 -0400 Subject: [PATCH] contrib: Remove unnecessary FFmpeg ifeq for Mac/Darwin. --- contrib/ffmpeg/module.defs | 3 --- 1 file changed, 3 deletions(-) diff --git a/contrib/ffmpeg/module.defs b/contrib/ffmpeg/module.defs index 70c8577de..3547d70d4 100644 --- a/contrib/ffmpeg/module.defs +++ b/contrib/ffmpeg/module.defs @@ -87,9 +87,6 @@ FFMPEG.CONFIGURE.extra += \ ## check against tuple: B-SYSTEM where B is { 0 | 1 } for cross-compiling flag ifeq (0-cygwin,$(BUILD.cross)-$(BUILD.system)) FFMPEG.GCC.args.extra += -fno-common -else ifeq (darwin,$(BUILD.system)) - ## section for darwin-archs - FFMPEG.CONFIGURE.extra += --enable-cross-compile --arch=$(BUILD.machine) --target-os=darwin else ifeq (1-mingw,$(BUILD.cross)-$(BUILD.system)) FFMPEG.CONFIGURE.extra += \ --target-os=mingw32 \ -- 2.40.0