1
0
mirror of https://gitlab.gnome.org/GNOME/evince synced 2024-07-02 15:48:59 +00:00

unarr: Use zlib's crc32 instead of an internal implementation

https://bugzilla.gnome.org/show_bug.cgi?id=785141
This commit is contained in:
Bastien Nocera 2017-07-19 19:34:28 +02:00
parent 39bd98c5fb
commit 670bc92574

View File

@ -28,6 +28,9 @@ libunarr_la_SOURCES = \
lzmasdk/Ppmd7.c \
lzmasdk/Ppmd.h
libunarr_la_CPPFLAGS = -DHAVE_ZLIB
libunarr_la_LIBADD = $(ZLIB_LIBS)
EXTRA_DIST = COPYING AUTHORS
-include $(top_srcdir)/git.mk