File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
- RWINLIB = ../windows/gifski-0.8.4
1
+ RWINLIB = ../windows/gifski-0.8.6
2
2
PKG_CPPFLAGS= -I$(RWINLIB)/include
3
3
PKG_LIBS= -L$(RWINLIB)/lib${R_ARCH} \
4
4
-lgifski -lws2_32 -ladvapi32 -luserenv -ldbghelp
Original file line number Diff line number Diff line change 1
1
# 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" )){
3
3
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 )
5
5
dir.create(" ../windows" , showWarnings = FALSE )
6
6
unzip(" lib.zip" , exdir = " ../windows" )
7
7
unlink(" lib.zip" )
You can’t perform that action at this time.
0 commit comments