Skip to content

Commit 57f30e4

Browse files
committed
Update libgifski on Windows
1 parent b48e08b commit 57f30e4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/Makevars.win

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
RWINLIB = ../windows/gifski-0.8.4
1+
RWINLIB = ../windows/gifski-0.8.6
22
PKG_CPPFLAGS= -I$(RWINLIB)/include
33
PKG_LIBS= -L$(RWINLIB)/lib${R_ARCH} \
44
-lgifski -lws2_32 -ladvapi32 -luserenv -ldbghelp

tools/winlibs.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Build against gifski libs compiled with the Rtools
2-
if(!file.exists("../windows/gifski-0.8.4/include/gifski.h")){
2+
if(!file.exists("../windows/gifski-0.8.6/include/gifski.h")){
33
if(getRversion() < "3.3.0") setInternet2()
4-
download.file("https://github.com/rwinlib/gifski/archive/v0.8.4.zip", "lib.zip", quiet = TRUE)
4+
download.file("https://github.com/rwinlib/gifski/archive/v0.8.6.zip", "lib.zip", quiet = TRUE)
55
dir.create("../windows", showWarnings = FALSE)
66
unzip("lib.zip", exdir = "../windows")
77
unlink("lib.zip")

0 commit comments

Comments
 (0)