diff options
author | Bradley Sepos <[email protected]> | 2018-05-29 00:24:11 -0400 |
---|---|---|
committer | Bradley Sepos <[email protected]> | 2018-05-29 00:24:11 -0400 |
commit | f4a70b7ba18f7c2583947d8f699cb40b235eef2e (patch) | |
tree | f7bc4f55ff788d18a5add909843e097e7b8cef04 /contrib/ffmpeg | |
parent | d1222dd59cac26a591ce3b93bdf3adc5e1733568 (diff) |
contrib: Remove unnecessary FFmpeg ifeq for Mac/Darwin.
Diffstat (limited to 'contrib/ffmpeg')
-rw-r--r-- | contrib/ffmpeg/module.defs | 3 |
1 files changed, 0 insertions, 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 \ |