forked from pool/python-imagecodecs
update to 2021.1.11 OBS-URL: https://build.opensuse.org/request/show/865546 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-imagecodecs?expand=0&rev=12
13 lines
425 B
Diff
13 lines
425 B
Diff
diff -ruN a/imagecodecs/zopfli.pxd b/imagecodecs/zopfli.pxd
|
|
--- a/imagecodecs/zopfli.pxd 2021-01-12 11:06:22.000000000 +0700
|
|
+++ b/imagecodecs/zopfli.pxd 2021-01-13 05:00:24.579533263 +0700
|
|
@@ -4,7 +4,7 @@
|
|
# Cython declarations for the `Zopfli 1.0.3` library.
|
|
# https://github.com/google/zopfli
|
|
|
|
-cdef extern from 'zopfli/zopfli.h':
|
|
+cdef extern from 'zopfli.h':
|
|
|
|
ctypedef struct ZopfliOptions:
|
|
int verbose
|