mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-11-10 19:56:47 +03:00
fix comments
This commit is contained in:
parent
4094edd12f
commit
eff9f06f0d
|
@ -176,6 +176,7 @@ DEPS = {
|
|||
"license": "COPYING",
|
||||
"patch": {
|
||||
r"src\enc\picture_csp_enc.c": {
|
||||
# link against libsharpyuv.lib
|
||||
'#include "sharpyuv/sharpyuv.h"': '#include "sharpyuv/sharpyuv.h"\n#pragma comment(lib, "libsharpyuv.lib")', # noqa: E501
|
||||
}
|
||||
},
|
||||
|
@ -201,7 +202,7 @@ DEPS = {
|
|||
"#ifdef LZMA_SUPPORT": '#ifdef LZMA_SUPPORT\n#pragma comment(lib, "liblzma.lib")', # noqa: E501
|
||||
},
|
||||
r"libtiff\tif_webp.c": {
|
||||
# link against webp.lib
|
||||
# link against libwebp.lib
|
||||
"#ifdef WEBP_SUPPORT": '#ifdef WEBP_SUPPORT\n#pragma comment(lib, "libwebp.lib")', # noqa: E501
|
||||
},
|
||||
r"test\CMakeLists.txt": {
|
||||
|
|
Loading…
Reference in New Issue
Block a user