зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1284803 part 4 - Change libyuv.gyp for fixing build failure r=jesup
This commit is contained in:
Родитель
0a44b692d9
Коммит
269febc2cc
|
@ -45,7 +45,7 @@
|
|||
'optimize': 'max', # enable O2 and ltcg.
|
||||
},
|
||||
# Allows libyuv.a redistributable library without external dependencies.
|
||||
'standalone_static_library': 1,
|
||||
# 'standalone_static_library': 1,
|
||||
'conditions': [
|
||||
# Disable -Wunused-parameter
|
||||
['clang == 1', {
|
||||
|
@ -80,7 +80,7 @@
|
|||
}],
|
||||
],
|
||||
}],
|
||||
['OS != "ios" and libyuv_disable_jpeg != 1', {
|
||||
['OS != "ios" and libyuv_disable_jpeg != 1 and build_with_mozilla != 1', {
|
||||
'defines': [
|
||||
'HAVE_JPEG'
|
||||
],
|
||||
|
|
Загрузка…
Ссылка в новой задаче