mirror of
https://github.com/webmproject/libwebp.git
synced 2025-07-15 21:39:59 +02:00
Compare commits
3 Commits
v0.6.0-rc3
...
sandbox/jz
Author | SHA1 | Date | |
---|---|---|---|
86c756929c | |||
50d1a848bc | |||
20a7fea064 |
@ -1,3 +1,5 @@
|
|||||||
|
20a7fea0 extras/Makefile.am: fix libwebpextras.la reference
|
||||||
|
415f3ffe update ChangeLog (tag: v0.6.0-rc3)
|
||||||
3c6d1224 update NEWS
|
3c6d1224 update NEWS
|
||||||
ee4a4141 update AUTHORS
|
ee4a4141 update AUTHORS
|
||||||
32ed856f Fix "all|no frames are keyframes" settings.
|
32ed856f Fix "all|no frames are keyframes" settings.
|
||||||
|
@ -22,5 +22,5 @@ get_disto_LDADD += $(PNG_LIBS) $(JPEG_LIBS) $(TIFF_LIBS)
|
|||||||
webp_quality_SOURCES = webp_quality.c
|
webp_quality_SOURCES = webp_quality.c
|
||||||
webp_quality_CPPFLAGS = $(AM_CPPFLAGS) $(USE_EXPERIMENTAL_CODE)
|
webp_quality_CPPFLAGS = $(AM_CPPFLAGS) $(USE_EXPERIMENTAL_CODE)
|
||||||
webp_quality_LDADD = ../imageio/libimageio_util.la
|
webp_quality_LDADD = ../imageio/libimageio_util.la
|
||||||
webp_quality_LDADD += ./libwebpextras.la
|
webp_quality_LDADD += libwebpextras.la
|
||||||
webp_quality_LDADD += ../src/libwebp.la
|
webp_quality_LDADD += ../src/libwebp.la
|
||||||
|
@ -279,7 +279,8 @@ extern void WebPRescalerDspInitMIPS32(void);
|
|||||||
|
|
||||||
WEBP_TSAN_IGNORE_FUNCTION void WebPRescalerDspInitMIPS32(void) {
|
WEBP_TSAN_IGNORE_FUNCTION void WebPRescalerDspInitMIPS32(void) {
|
||||||
WebPRescalerImportRowExpand = ImportRowExpand;
|
WebPRescalerImportRowExpand = ImportRowExpand;
|
||||||
WebPRescalerImportRowShrink = ImportRowShrink;
|
// WebPRescalerImportRowShrink = ImportRowShrink;
|
||||||
|
(void)ImportRowShrink;
|
||||||
WebPRescalerExportRowExpand = ExportRowExpand;
|
WebPRescalerExportRowExpand = ExportRowExpand;
|
||||||
WebPRescalerExportRowShrink = ExportRowShrink;
|
WebPRescalerExportRowShrink = ExportRowShrink;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user