Bug 1284803 part 4 - Change libyuv.gyp for fixing build failure r=jesup

This commit is contained in:
Sotaro Ikeda 2016-07-25 18:20:55 -07:00
parent 313787e05a
commit 7478ce273d

View File

@ -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'
],