зеркало из https://github.com/mozilla/gecko-dev.git
118 строки
5.3 KiB
Python
118 строки
5.3 KiB
Python
# -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*-
|
|
# vim: set filetype=python:
|
|
# 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/.
|
|
|
|
LOCAL_INCLUDES += [
|
|
"./include/",
|
|
"/third_party/jpeg-xl/",
|
|
"/third_party/jpeg-xl/lib/include/",
|
|
]
|
|
|
|
SOURCES += [
|
|
"/third_party/jpeg-xl/lib/jxl/ac_strategy.cc",
|
|
"/third_party/jpeg-xl/lib/jxl/alpha.cc",
|
|
"/third_party/jpeg-xl/lib/jxl/ans_common.cc",
|
|
"/third_party/jpeg-xl/lib/jxl/aux_out.cc",
|
|
"/third_party/jpeg-xl/lib/jxl/base/cache_aligned.cc",
|
|
"/third_party/jpeg-xl/lib/jxl/base/data_parallel.cc",
|
|
"/third_party/jpeg-xl/lib/jxl/base/descriptive_statistics.cc",
|
|
"/third_party/jpeg-xl/lib/jxl/base/padded_bytes.cc",
|
|
"/third_party/jpeg-xl/lib/jxl/base/status.cc",
|
|
"/third_party/jpeg-xl/lib/jxl/blending.cc",
|
|
"/third_party/jpeg-xl/lib/jxl/chroma_from_luma.cc",
|
|
"/third_party/jpeg-xl/lib/jxl/coeff_order.cc",
|
|
"/third_party/jpeg-xl/lib/jxl/color_encoding_internal.cc",
|
|
"/third_party/jpeg-xl/lib/jxl/color_management.cc",
|
|
"/third_party/jpeg-xl/lib/jxl/compressed_dc.cc",
|
|
"/third_party/jpeg-xl/lib/jxl/convolve.cc",
|
|
"/third_party/jpeg-xl/lib/jxl/dct_scales.cc",
|
|
"/third_party/jpeg-xl/lib/jxl/dec_ans.cc",
|
|
"/third_party/jpeg-xl/lib/jxl/dec_cache.cc",
|
|
"/third_party/jpeg-xl/lib/jxl/dec_context_map.cc",
|
|
"/third_party/jpeg-xl/lib/jxl/dec_external_image.cc",
|
|
"/third_party/jpeg-xl/lib/jxl/dec_frame.cc",
|
|
"/third_party/jpeg-xl/lib/jxl/dec_group.cc",
|
|
"/third_party/jpeg-xl/lib/jxl/dec_group_border.cc",
|
|
"/third_party/jpeg-xl/lib/jxl/dec_huffman.cc",
|
|
"/third_party/jpeg-xl/lib/jxl/dec_modular.cc",
|
|
"/third_party/jpeg-xl/lib/jxl/dec_noise.cc",
|
|
"/third_party/jpeg-xl/lib/jxl/dec_patch_dictionary.cc",
|
|
"/third_party/jpeg-xl/lib/jxl/dec_reconstruct.cc",
|
|
"/third_party/jpeg-xl/lib/jxl/dec_upsample.cc",
|
|
"/third_party/jpeg-xl/lib/jxl/dec_xyb.cc",
|
|
"/third_party/jpeg-xl/lib/jxl/decode.cc",
|
|
"/third_party/jpeg-xl/lib/jxl/decode_to_jpeg.cc",
|
|
"/third_party/jpeg-xl/lib/jxl/enc_bit_writer.cc",
|
|
"/third_party/jpeg-xl/lib/jxl/entropy_coder.cc",
|
|
"/third_party/jpeg-xl/lib/jxl/epf.cc",
|
|
"/third_party/jpeg-xl/lib/jxl/fields.cc",
|
|
"/third_party/jpeg-xl/lib/jxl/filters.cc",
|
|
"/third_party/jpeg-xl/lib/jxl/frame_header.cc",
|
|
"/third_party/jpeg-xl/lib/jxl/gauss_blur.cc",
|
|
"/third_party/jpeg-xl/lib/jxl/headers.cc",
|
|
"/third_party/jpeg-xl/lib/jxl/huffman_table.cc",
|
|
"/third_party/jpeg-xl/lib/jxl/icc_codec.cc",
|
|
"/third_party/jpeg-xl/lib/jxl/icc_codec_common.cc",
|
|
"/third_party/jpeg-xl/lib/jxl/image.cc",
|
|
"/third_party/jpeg-xl/lib/jxl/image_bundle.cc",
|
|
"/third_party/jpeg-xl/lib/jxl/image_metadata.cc",
|
|
"/third_party/jpeg-xl/lib/jxl/jpeg/dec_jpeg_data.cc",
|
|
"/third_party/jpeg-xl/lib/jxl/jpeg/dec_jpeg_data_writer.cc",
|
|
"/third_party/jpeg-xl/lib/jxl/jpeg/jpeg_data.cc",
|
|
"/third_party/jpeg-xl/lib/jxl/loop_filter.cc",
|
|
"/third_party/jpeg-xl/lib/jxl/luminance.cc",
|
|
"/third_party/jpeg-xl/lib/jxl/memory_manager_internal.cc",
|
|
"/third_party/jpeg-xl/lib/jxl/modular/encoding/dec_ma.cc",
|
|
"/third_party/jpeg-xl/lib/jxl/modular/encoding/encoding.cc",
|
|
"/third_party/jpeg-xl/lib/jxl/modular/modular_image.cc",
|
|
"/third_party/jpeg-xl/lib/jxl/modular/transform/rct.cc",
|
|
"/third_party/jpeg-xl/lib/jxl/modular/transform/squeeze.cc",
|
|
"/third_party/jpeg-xl/lib/jxl/modular/transform/transform.cc",
|
|
"/third_party/jpeg-xl/lib/jxl/opsin_params.cc",
|
|
"/third_party/jpeg-xl/lib/jxl/passes_state.cc",
|
|
"/third_party/jpeg-xl/lib/jxl/quant_weights.cc",
|
|
"/third_party/jpeg-xl/lib/jxl/quantizer.cc",
|
|
"/third_party/jpeg-xl/lib/jxl/splines.cc",
|
|
"/third_party/jpeg-xl/lib/jxl/toc.cc",
|
|
]
|
|
|
|
SOURCES += [
|
|
"/third_party/jpeg-xl/lib/threads/thread_parallel_runner.cc",
|
|
"/third_party/jpeg-xl/lib/threads/thread_parallel_runner_internal.cc",
|
|
]
|
|
|
|
DEFINES["JPEGXL_MAJOR_VERSION"] = "0"
|
|
DEFINES["JPEGXL_MINOR_VERSION"] = "0"
|
|
DEFINES["JPEGXL_PATCH_VERSION"] = "0"
|
|
|
|
EXPORTS.jxl += [
|
|
"./include/jxl/jxl_export.h",
|
|
"./include/jxl/jxl_threads_export.h",
|
|
"/third_party/jpeg-xl/lib/include/jxl/butteraugli.h",
|
|
"/third_party/jpeg-xl/lib/include/jxl/butteraugli_cxx.h",
|
|
"/third_party/jpeg-xl/lib/include/jxl/codestream_header.h",
|
|
"/third_party/jpeg-xl/lib/include/jxl/color_encoding.h",
|
|
"/third_party/jpeg-xl/lib/include/jxl/decode.h",
|
|
"/third_party/jpeg-xl/lib/include/jxl/decode_cxx.h",
|
|
"/third_party/jpeg-xl/lib/include/jxl/encode.h",
|
|
"/third_party/jpeg-xl/lib/include/jxl/encode_cxx.h",
|
|
"/third_party/jpeg-xl/lib/include/jxl/memory_manager.h",
|
|
"/third_party/jpeg-xl/lib/include/jxl/parallel_runner.h",
|
|
"/third_party/jpeg-xl/lib/include/jxl/thread_parallel_runner.h",
|
|
"/third_party/jpeg-xl/lib/include/jxl/thread_parallel_runner_cxx.h",
|
|
"/third_party/jpeg-xl/lib/include/jxl/types.h",
|
|
]
|
|
|
|
FINAL_LIBRARY = "gkmedias"
|
|
|
|
# We allow warnings for third-party code that can be updated from upstream.
|
|
AllowCompilerWarnings()
|
|
|
|
# Clang 5.0 has a compiler bug that prevents build in c++17
|
|
# See https://gitlab.com/wg1/jpeg-xl/-/issues/227
|
|
# This should be okay since we are using the C API.
|
|
if CONFIG["CC_TYPE"] == "clang":
|
|
CXXFLAGS += ["-std=c++11"]
|