Skip to content

Commit

Permalink
Fix mips build of media
Browse files Browse the repository at this point in the history
Invert the condition guarding the x86 yasm files so
they are only used in x86 and x86_64.

Review URL: https://codereview.chromium.org/1204353003

Cr-Commit-Position: refs/heads/master@{#336301}
  • Loading branch information
sbc100 authored and Commit bot committed Jun 26, 2015
1 parent 15dbc8f commit bc058b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion media/media.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -1579,7 +1579,7 @@
},
],
'conditions': [
['target_arch!="arm"', {
['target_arch=="ia32" or target_arch=="x64"', {
'targets': [
{
'target_name': 'media_asm',
Expand Down

0 comments on commit bc058b8

Please sign in to comment.