diff options
Diffstat (limited to 'build/common.gypi')
-rw-r--r-- | build/common.gypi | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/build/common.gypi b/build/common.gypi index b05588b..c3181b3 100644 --- a/build/common.gypi +++ b/build/common.gypi @@ -148,9 +148,6 @@ # Whether to add the experimental build define. 'chrome_frame_define%': 0, - # Whether GPU plugin build is enabled. - 'enable_gpu%': 0, - # Whether usage of OpenMAX is enabled. 'enable_openmax%': 0, @@ -349,7 +346,7 @@ }], ], }], - ['OS=="win"', { + ['OS=="win" or (OS=="linux" and target_arch!="arm")', { 'defines': [ 'ENABLE_GPU=1', ], |