comparison audio/libsamplerate/libsamplerate.sh @ 1094:3dece1f7570b

vanilla: add many ghost dependencies
author David Demelier <markand@malikania.fr>
date Mon, 09 Sep 2019 21:10:00 +0200
parents ddab65a5b3f5
children 6710613b88b9
comparison
equal deleted inserted replaced
1093:0502aa76ec98 1094:3dece1f7570b
35 : ${LDFLAGS:=} 35 : ${LDFLAGS:=}
36 : ${LIBS:=} 36 : ${LIBS:=}
37 : ${SNDFILE:=yes} 37 : ${SNDFILE:=yes}
38 38
39 if [ "$SNDFILE" = "yes" ]; then 39 if [ "$SNDFILE" = "yes" ]; then
40 PKGDEPENDS="sndfile $PKGDEPENDS" 40 PKGDEPENDS="libsndfile $PKGDEPENDS"
41 with_sndfile="--enable-sndfile" 41 with_sndfile="--enable-sndfile"
42 else 42 else
43 with_sndfile="--disable-sndfile" 43 with_sndfile="--disable-sndfile"
44 fi 44 fi
45 45