mirror of
https://chromium.googlesource.com/libyuv/libyuv
synced 2025-12-06 08:46:47 +08:00
Pass neon option to compiler, not assembler, so ifdefs will work.
BUG=371 TESTED=locally tested by arm R=harryjin@google.com Review URL: https://webrtc-codereview.appspot.com/32879004 git-svn-id: http://libyuv.googlecode.com/svn/trunk@1210 16f28f9a-4ce2-e073-06de-1de4eb20be90
This commit is contained in:
parent
8232203819
commit
c7bd39abae
@ -57,7 +57,7 @@
|
||||
# arm64 does not need -mfpu=neon option as neon is not optional
|
||||
['target_arch != "arm64"', {
|
||||
'cflags': [
|
||||
'-Wa,-mfpu=neon',
|
||||
'-mfpu=neon',
|
||||
],
|
||||
}],
|
||||
],
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user