422ce6536b
A C library will have been built by the toolchain makefiles, so there is no need for packages to explicitly depend on uclibc. Signed-off-by: Will Newton <will.newton@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
13 lines
400 B
Makefile
13 lines
400 B
Makefile
#############################################################
|
|
#
|
|
# libsndfile
|
|
#
|
|
#############################################################
|
|
LIBSNDFILE_VERSION:=1.0.18
|
|
LIBSNDFILE_SOURCE:=libsndfile-$(LIBSNDFILE_VERSION).tar.gz
|
|
LIBSNDFILE_SITE:=http://www.mega-nerd.com/libsndfile
|
|
LIBSNDFILE_LIBTOOL_PATCH:=NO
|
|
LIBSNDFILE_INSTALL_STAGING:=YES
|
|
|
|
$(eval $(call AUTOTARGETS,package/multimedia,libsndfile))
|