# This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # Note this does not enable threaded decoding; callers into libwebp still have # to ask for it. This is necessary for the locks in WEBP_DSP_INIT_FUNC even # without threaded decoding. DEFINES['WEBP_USE_THREAD'] = 1;