mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1240627: [ffvpx] Enable AVX2 on mac. r=rillian
This commit is contained in:
parent
6bc8a43104
commit
bc74bff4ff
@ -40,7 +40,7 @@
|
|||||||
%define HAVE_AMD3DNOW 1
|
%define HAVE_AMD3DNOW 1
|
||||||
%define HAVE_AMD3DNOWEXT 1
|
%define HAVE_AMD3DNOWEXT 1
|
||||||
%define HAVE_AVX 1
|
%define HAVE_AVX 1
|
||||||
%define HAVE_AVX2 0
|
%define HAVE_AVX2 1
|
||||||
%define HAVE_FMA3 1
|
%define HAVE_FMA3 1
|
||||||
%define HAVE_FMA4 1
|
%define HAVE_FMA4 1
|
||||||
%define HAVE_MMX 1
|
%define HAVE_MMX 1
|
||||||
@ -83,7 +83,7 @@
|
|||||||
%define HAVE_AMD3DNOW_EXTERNAL 1
|
%define HAVE_AMD3DNOW_EXTERNAL 1
|
||||||
%define HAVE_AMD3DNOWEXT_EXTERNAL 1
|
%define HAVE_AMD3DNOWEXT_EXTERNAL 1
|
||||||
%define HAVE_AVX_EXTERNAL 1
|
%define HAVE_AVX_EXTERNAL 1
|
||||||
%define HAVE_AVX2_EXTERNAL 0
|
%define HAVE_AVX2_EXTERNAL 1
|
||||||
%define HAVE_FMA3_EXTERNAL 1
|
%define HAVE_FMA3_EXTERNAL 1
|
||||||
%define HAVE_FMA4_EXTERNAL 1
|
%define HAVE_FMA4_EXTERNAL 1
|
||||||
%define HAVE_MMX_EXTERNAL 1
|
%define HAVE_MMX_EXTERNAL 1
|
||||||
@ -126,7 +126,7 @@
|
|||||||
%define HAVE_AMD3DNOW_INLINE 1
|
%define HAVE_AMD3DNOW_INLINE 1
|
||||||
%define HAVE_AMD3DNOWEXT_INLINE 1
|
%define HAVE_AMD3DNOWEXT_INLINE 1
|
||||||
%define HAVE_AVX_INLINE 1
|
%define HAVE_AVX_INLINE 1
|
||||||
%define HAVE_AVX2_INLINE 0
|
%define HAVE_AVX2_INLINE 1
|
||||||
%define HAVE_FMA3_INLINE 1
|
%define HAVE_FMA3_INLINE 1
|
||||||
%define HAVE_FMA4_INLINE 1
|
%define HAVE_FMA4_INLINE 1
|
||||||
%define HAVE_MMX_INLINE 1
|
%define HAVE_MMX_INLINE 1
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/* Automatically generated by configure - do not modify! */
|
/* Automatically generated by configure - do not modify! */
|
||||||
#ifndef FFMPEG_CONFIG_H
|
#ifndef FFMPEG_CONFIG_H
|
||||||
#define FFMPEG_CONFIG_H
|
#define FFMPEG_CONFIG_H
|
||||||
#define FFMPEG_CONFIGURATION "--disable-everything --disable-protocols --disable-demuxers --disable-muxers --disable-filters --disable-programs --disable-doc --disable-parsers --enable-parser=vp8 --enable-parser=vp9 --enable-decoder=vp8 --enable-decoder=vp9 --disable-static --enable-shared --disable-debug --disable-sdl --disable-libxcb --disable-securetransport --disable-iconv --disable-swresample --disable-swscale --disable-avdevice --disable-avfilter --disable-avformat --disable-d3d11va --disable-dxva2 --disable-vaapi --disable-vda --disable-vdpau --disable-videotoolbox --enable-asm --enable-yasm --disable-avx2"
|
#define FFMPEG_CONFIGURATION "--disable-everything --disable-protocols --disable-demuxers --disable-muxers --disable-filters --disable-programs --disable-doc --disable-parsers --enable-parser=vp8 --enable-parser=vp9 --enable-decoder=vp8 --enable-decoder=vp9 --disable-static --enable-shared --disable-debug --disable-sdl --disable-libxcb --disable-securetransport --disable-iconv --disable-swresample --disable-swscale --disable-avdevice --disable-avfilter --disable-avformat --disable-d3d11va --disable-dxva2 --disable-vaapi --disable-vda --disable-vdpau --disable-videotoolbox --enable-asm --enable-yasm"
|
||||||
#define FFMPEG_LICENSE "LGPL version 2.1 or later"
|
#define FFMPEG_LICENSE "LGPL version 2.1 or later"
|
||||||
#define CONFIG_THIS_YEAR 2016
|
#define CONFIG_THIS_YEAR 2016
|
||||||
#define FFMPEG_DATADIR "/usr/local/share/ffmpeg"
|
#define FFMPEG_DATADIR "/usr/local/share/ffmpeg"
|
||||||
@ -56,7 +56,7 @@
|
|||||||
#define HAVE_AMD3DNOW 1
|
#define HAVE_AMD3DNOW 1
|
||||||
#define HAVE_AMD3DNOWEXT 1
|
#define HAVE_AMD3DNOWEXT 1
|
||||||
#define HAVE_AVX 1
|
#define HAVE_AVX 1
|
||||||
#define HAVE_AVX2 0
|
#define HAVE_AVX2 1
|
||||||
#define HAVE_FMA3 1
|
#define HAVE_FMA3 1
|
||||||
#define HAVE_FMA4 1
|
#define HAVE_FMA4 1
|
||||||
#define HAVE_MMX 1
|
#define HAVE_MMX 1
|
||||||
@ -99,7 +99,7 @@
|
|||||||
#define HAVE_AMD3DNOW_EXTERNAL 1
|
#define HAVE_AMD3DNOW_EXTERNAL 1
|
||||||
#define HAVE_AMD3DNOWEXT_EXTERNAL 1
|
#define HAVE_AMD3DNOWEXT_EXTERNAL 1
|
||||||
#define HAVE_AVX_EXTERNAL 1
|
#define HAVE_AVX_EXTERNAL 1
|
||||||
#define HAVE_AVX2_EXTERNAL 0
|
#define HAVE_AVX2_EXTERNAL 1
|
||||||
#define HAVE_FMA3_EXTERNAL 1
|
#define HAVE_FMA3_EXTERNAL 1
|
||||||
#define HAVE_FMA4_EXTERNAL 1
|
#define HAVE_FMA4_EXTERNAL 1
|
||||||
#define HAVE_MMX_EXTERNAL 1
|
#define HAVE_MMX_EXTERNAL 1
|
||||||
@ -142,7 +142,7 @@
|
|||||||
#define HAVE_AMD3DNOW_INLINE 1
|
#define HAVE_AMD3DNOW_INLINE 1
|
||||||
#define HAVE_AMD3DNOWEXT_INLINE 1
|
#define HAVE_AMD3DNOWEXT_INLINE 1
|
||||||
#define HAVE_AVX_INLINE 1
|
#define HAVE_AVX_INLINE 1
|
||||||
#define HAVE_AVX2_INLINE 0
|
#define HAVE_AVX2_INLINE 1
|
||||||
#define HAVE_FMA3_INLINE 1
|
#define HAVE_FMA3_INLINE 1
|
||||||
#define HAVE_FMA4_INLINE 1
|
#define HAVE_FMA4_INLINE 1
|
||||||
#define HAVE_MMX_INLINE 1
|
#define HAVE_MMX_INLINE 1
|
||||||
|
Loading…
Reference in New Issue
Block a user