Link with libyuv_neon.a on ARM
This commit is contained in:
parent
e0b6dd9171
commit
e0719f52bf
1 changed files with 3 additions and 0 deletions
|
@ -114,6 +114,9 @@
|
|||
}],
|
||||
['target_arch=="arm"', {
|
||||
'link_settings': {
|
||||
'libraries': [
|
||||
'<(libchromiumcontent_dir)/libyuv_neon.a',
|
||||
],
|
||||
'libraries!': [
|
||||
'<(libchromiumcontent_dir)/libdesktop_capture_differ_sse2.a',
|
||||
],
|
||||
|
|
Loading…
Reference in a new issue