1 Star 0 Fork 27

wyk98/third_party_libjpeg-turbo

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
liteos_adapting.patch 768 Bytes
一键复制 编辑 原始数据 按行查看 历史
achao 提交于 2023-12-08 08:39 . Description:Libjpeg-turbo Update to 2.1.1
diff --git a/libjpeg-turbo-2.1.1/jmorecfg.h b/libjpeg-turbo-2.1.1/jmorecfg.h
index fb3a9cf..1a63a14 100644
--- a/jmorecfg.h
+++ b/jmorecfg.h
@@ -137,6 +137,7 @@ typedef short INT16;
* same regardless of any external headers that may be included.
*/
+#ifndef _LOS_COMPILER_H /* LiteOS-M defines INT32 in los_compiler.h */
#ifndef XMD_H /* X11/xmd.h correctly defines INT32 */
#ifndef _BASETSD_H_ /* Microsoft defines it in basetsd.h */
#ifndef _BASETSD_H /* MinGW is slightly different */
@@ -146,6 +147,7 @@ typedef long INT32;
#endif
#endif
#endif
+#endif
/* Datatype used for image dimensions. The JPEG standard only supports
* images up to 64K*64K due to 16-bit fields in SOF markers. Therefore
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/wyk99/third_party_libjpeg-turbo.git
[email protected]:wyk99/third_party_libjpeg-turbo.git
wyk99
third_party_libjpeg-turbo
third_party_libjpeg-turbo
master

搜索帮助