File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -151,7 +151,7 @@ rm -rf dav1d
151151rm -rf libavif
152152
153153if [ ! -d " $SRCDIR " ]; then
154- git clone --depth 1 --branch 1.5.1 https://github.com/discord/lilliput-dep-source " $SRCDIR "
154+ git clone --depth 1 --branch 1.5.2 https://github.com/discord/lilliput-dep-source " $SRCDIR "
155155fi
156156
157157echo ' \n--------------------'
@@ -237,7 +237,7 @@ echo '\n--------------------'
237237echo ' Building giflib'
238238echo ' --------------------\n'
239239mkdir -p $BASEDIR /giflib
240- tar -xzf $SRCDIR /giflib-5.2 .2.tar.gz -C $BASEDIR /giflib --strip-components 1
240+ tar -xzf $SRCDIR /giflib-6.1 .2.tar.gz -C $BASEDIR /giflib --strip-components 1
241241mkdir -p $BUILDDIR /giflib
242242cd $BASEDIR /giflib
243243make CC=" $CC " AR=" $AR " RANLIB=" $RANLIB " CFLAGS=" -fPIC -O2" libgif.a -Wno-format-truncation -Wno-format-overflow
Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ rm -rf dav1d
6868rm -rf libavif
6969
7070if [ ! -d " $SRCDIR " ]; then
71- git clone --depth 1 --branch 1.5.1 https://github.com/discord/lilliput-dep-source " $SRCDIR "
71+ git clone --depth 1 --branch 1.5.2 https://github.com/discord/lilliput-dep-source " $SRCDIR "
7272fi
7373
7474echo ' \n--------------------'
@@ -140,7 +140,7 @@ echo '\n--------------------'
140140echo ' Building giflib'
141141echo ' --------------------\n'
142142mkdir -p $BASEDIR /giflib
143- tar -xzf $SRCDIR /giflib-5.2 .2.tar.gz -C $BASEDIR /giflib --strip-components 1
143+ tar -xzf $SRCDIR /giflib-6.1 .2.tar.gz -C $BASEDIR /giflib --strip-components 1
144144mkdir -p $BUILDDIR /giflib
145145cd $BASEDIR /giflib
146146
You can’t perform that action at this time.
0 commit comments