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