5d6f32878f
Move audio libraries out of the Audio and Video category into the Libraries/Audio one. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
12 lines
292 B
Makefile
12 lines
292 B
Makefile
#############################################################
|
|
#
|
|
# libsndfile
|
|
#
|
|
#############################################################
|
|
|
|
LIBSNDFILE_VERSION = 1.0.25
|
|
LIBSNDFILE_SITE = http://www.mega-nerd.com/libsndfile/files
|
|
LIBSNDFILE_INSTALL_STAGING = YES
|
|
|
|
$(eval $(call AUTOTARGETS))
|