Update BUILD.gn
This commit is contained in:
parent
89a845f3d2
commit
db4f43f403
1 changed files with 2 additions and 2 deletions
4
src/third_party/opus/BUILD.gn
vendored
4
src/third_party/opus/BUILD.gn
vendored
|
@ -1,4 +1,4 @@
|
||||||
# Copyright 2014 The Chromium Authors. All rights reserved.
|
# Copyright 2022 The Chromium Authors and Alex313031 and gz83. All rights reserved.
|
||||||
# Use of this source code is governed by a BSD-style license that can be
|
# Use of this source code is governed by a BSD-style license that can be
|
||||||
# found in the LICENSE file.
|
# found in the LICENSE file.
|
||||||
|
|
||||||
|
@ -202,7 +202,7 @@ if (use_opus_x86_optimization) {
|
||||||
cflags = [ "-msse4.1" ]
|
cflags = [ "-msse4.1" ]
|
||||||
}
|
}
|
||||||
if (is_win) {
|
if (is_win) {
|
||||||
cflags = [ "-fno-fast-math" ]
|
cflags += [ "-fno-fast-math" ]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
# TODO(dalecurtis): If libopus ever adds AVX support, add an opus_avx block.
|
# TODO(dalecurtis): If libopus ever adds AVX support, add an opus_avx block.
|
||||||
|
|
Loading…
Reference in a new issue