diff options
author | Bradley Sepos <[email protected]> | 2016-09-05 15:10:38 -0400 |
---|---|---|
committer | Bradley Sepos <[email protected]> | 2016-09-05 15:14:26 -0400 |
commit | 87db9b387225af2135d57ee19302967204ed5888 (patch) | |
tree | f782fca8e58f43af26c9a715a4f17d3aa0cb24db /contrib | |
parent | a2d980044fdfd8651556e24db5d7e964d2c0db6a (diff) |
contrib: Drop libav --enable-memalign-hack when cross-compiling for Windows.
It hasn't been necessary for some time now, and has been removed upstream.
See:
https://git.libav.org/?p=libav.git;a=commitdiff;h=4fb311c804098d78e5ce5f527f9a9c37536d3a08
https://lists.libav.org/pipermail/libav-devel/2016-August/078631.html
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/ffmpeg/module.defs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/contrib/ffmpeg/module.defs b/contrib/ffmpeg/module.defs index 44cb98aad..566ed7b6f 100644 --- a/contrib/ffmpeg/module.defs +++ b/contrib/ffmpeg/module.defs @@ -74,14 +74,12 @@ 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.CONFIGURE.extra += --enable-memalign-hack 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 += \ - --enable-memalign-hack \ --enable-dxva2 \ --enable-hwaccel=h264_dxva2 \ --enable-hwaccel=hevc_dxva2 \ |