| Index: third_party/libvpx/generate_gypi.sh
|
| diff --git a/third_party/libvpx/generate_gypi.sh b/third_party/libvpx/generate_gypi.sh
|
| index 350c05ea6b28b03302d490f6b87986ad4ea97c95..f663bad47ba1cee3bd46733f0317e0c95f09d51d 100755
|
| --- a/third_party/libvpx/generate_gypi.sh
|
| +++ b/third_party/libvpx/generate_gypi.sh
|
| @@ -240,7 +240,9 @@ function write_intrinsics_gypi {
|
| write_target_definition sse4_1_sources[@] "$2" libvpx_intrinsics_sse4_1 sse4.1
|
| fi
|
| if [[ -z $DISABLE_AVX && 0 -ne ${#avx_sources} ]]; then
|
| - write_target_definition avx_sources[@] "$2" libvpx_intrinsics_avx avx
|
| + #write_target_definition avx_sources[@] "$2" libvpx_intrinsics_avx avx
|
| + echo "ERROR: Uncomment avx sections in libvpx.gyp and BUILD.gn"
|
| + exit 1
|
| fi
|
| if [[ -z $DISABLE_AVX && 0 -ne ${#avx2_sources} ]]; then
|
| write_target_definition avx2_sources[@] "$2" libvpx_intrinsics_avx2 avx2
|
|
|