代码拉取完成,页面将自动刷新
同步操作将从 OpenHarmony/third_party_libjpeg 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
# Copyright (c) Huawei Technologies Co., Ltd. 2020. All rights reserved.
import("//build/lite/config/component/lite_component.gni")
config("libjpeg_config") {
include_dirs = [
"//third_party/libjpeg",
]
}
libjpeg_source = [
"//third_party/libjpeg/cdjpeg.c",
"//third_party/libjpeg/jaricom.c",
"//third_party/libjpeg/jcapimin.c",
"//third_party/libjpeg/jcapistd.c",
"//third_party/libjpeg/jcarith.c",
"//third_party/libjpeg/jccoefct.c",
"//third_party/libjpeg/jccolor.c",
"//third_party/libjpeg/jcdctmgr.c",
"//third_party/libjpeg/jchuff.c",
"//third_party/libjpeg/jcinit.c",
"//third_party/libjpeg/jcmainct.c",
"//third_party/libjpeg/jcmarker.c",
"//third_party/libjpeg/jcmaster.c",
"//third_party/libjpeg/jcomapi.c",
"//third_party/libjpeg/jcparam.c",
"//third_party/libjpeg/jcprepct.c",
"//third_party/libjpeg/jcsample.c",
"//third_party/libjpeg/jctrans.c",
"//third_party/libjpeg/jdapimin.c",
"//third_party/libjpeg/jdapistd.c",
"//third_party/libjpeg/jdarith.c",
"//third_party/libjpeg/jdatadst.c",
"//third_party/libjpeg/jdatasrc.c",
"//third_party/libjpeg/jdcoefct.c",
"//third_party/libjpeg/jdcolor.c",
"//third_party/libjpeg/jddctmgr.c",
"//third_party/libjpeg/jdhuff.c",
"//third_party/libjpeg/jdinput.c",
"//third_party/libjpeg/jdmainct.c",
"//third_party/libjpeg/jdmarker.c",
"//third_party/libjpeg/jdmaster.c",
"//third_party/libjpeg/jdmerge.c",
"//third_party/libjpeg/jdpostct.c",
"//third_party/libjpeg/jdsample.c",
"//third_party/libjpeg/jdtrans.c",
"//third_party/libjpeg/jerror.c",
"//third_party/libjpeg/jfdctflt.c",
"//third_party/libjpeg/jfdctfst.c",
"//third_party/libjpeg/jfdctint.c",
"//third_party/libjpeg/jidctflt.c",
"//third_party/libjpeg/jidctfst.c",
"//third_party/libjpeg/jidctint.c",
"//third_party/libjpeg/jmemansi.c",
"//third_party/libjpeg/jmemmgr.c",
"//third_party/libjpeg/jquant1.c",
"//third_party/libjpeg/jquant2.c",
"//third_party/libjpeg/jutils.c",
"//third_party/libjpeg/rdbmp.c",
"//third_party/libjpeg/rdcolmap.c",
"//third_party/libjpeg/rdgif.c",
"//third_party/libjpeg/rdppm.c",
"//third_party/libjpeg/rdrle.c",
"//third_party/libjpeg/rdswitch.c",
"//third_party/libjpeg/rdtarga.c",
"//third_party/libjpeg/transupp.c",
]
lite_library("libjpeg") {
target_type = "shared_library"
sources = libjpeg_source
public_configs = [
":libjpeg_config",
]
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。