fix "make dist" ready for 8.13 rc1

This commit is contained in:
John Cupitt 2022-06-19 16:20:30 +01:00
parent dfeb270fe0
commit a129476f0f
2 changed files with 1 additions and 5 deletions

View File

@ -18,8 +18,7 @@ cp libnsgif/src/gif.c .
cp libnsgif/test/cli.[ch] test/
cp libnsgif/test/nsgif.c test/
if [ -d "patches" ]
then
if [ -d patches ]; then
echo applying patches ...
for patch in patches/*.patch; do
patch -p0 <$patch

View File

@ -287,9 +287,6 @@ libvips/foreign/vipssave.c
libvips/foreign/webp2vips.c
libvips/foreign/webpload.c
libvips/foreign/webpsave.c
libvips/foreign/libnsgif/libnsgif.c
libvips/foreign/libnsgif/lzw.c
libvips/foreign/libnsgif/test/decode_gif.c
libvips/freqfilt/freqfilt.c
libvips/freqfilt/freqmult.c
libvips/freqfilt/fwfft.c