Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Firefox/third_party/jpeg-xl/   (Browser von der Mozilla Stiftung Version 136.0.1©)  Datei vom 10.2.2025 mit Größe 864 B image not shown  

Quelle  WORKSPACE   Sprache: unbekannt

 
# Copyright (c) the JPEG XL Project Authors. All rights reserved.
#
# Use of this source code is governed by a BSD-style
# license that can be found in the LICENSE file.

workspace(name = "libjxl")

load("@bazel_tools//tools/build_defs/repo:git.bzl""git_repository""new_git_repository")
load("@bazel_tools//tools/build_defs/repo:http.bzl""http_archive")

local_repository(
    name = "highway",
    path = "third_party/highway",
)

local_repository(
    name = "brotli",
    path = "third_party/brotli",
)

new_local_repository(
    name = "skcms",
    build_file_content = """
cc_library(
    name = "skcms",
    srcs = [
        "skcms.cc",
        "src/skcms_internals.h",
        "src/skcms_Transform.h",
        "src/Transform_inl.h",
    ],
    hdrs = ["skcms.h"],
    visibility = ["//visibility:public"],
)
    """,
    path = "third_party/skcms",
)

Messung V0.5
C=98 H=93 G=95

[ Dauer der Verarbeitung: 0.14 Sekunden  (vorverarbeitet)  ]