1*8975f5c5SAndroid Build Coastguard Worker# Copyright 2019 The ANGLE Project Authors. All rights reserved. 2*8975f5c5SAndroid Build Coastguard Worker# Use of this source code is governed by a BSD-style license that can be 3*8975f5c5SAndroid Build Coastguard Worker# found in the LICENSE file. 4*8975f5c5SAndroid Build Coastguard Worker# 5*8975f5c5SAndroid Build Coastguard Worker# See: 6*8975f5c5SAndroid Build Coastguard Worker# https://chromium.googlesource.com/chromium/src/+/main/third_party/libjpeg.gni 7*8975f5c5SAndroid Build Coastguard Worker 8*8975f5c5SAndroid Build Coastguard Workerdeclare_args() { 9*8975f5c5SAndroid Build Coastguard Worker # Uses system libjpeg. If true, overrides use_libjpeg_turbo. 10*8975f5c5SAndroid Build Coastguard Worker use_system_libjpeg = false 11*8975f5c5SAndroid Build Coastguard Worker 12*8975f5c5SAndroid Build Coastguard Worker # Uses libjpeg_turbo as the jpeg implementation. Has no effect if 13*8975f5c5SAndroid Build Coastguard Worker # use_system_libjpeg is set. 14*8975f5c5SAndroid Build Coastguard Worker use_libjpeg_turbo = true 15*8975f5c5SAndroid Build Coastguard Worker} 16