1 # This file is part of the OpenADK project. OpenADK is copyrighted
2 # material, please see the LICENCE file in the top-level directory.
4 include $(ADK_TOPDIR
)/rules.mk
7 PKG_VERSION
:= 7b0b8cf3d42b725405bcc63145de5e280265ce4e
10 PKG_DESCR
:= dsp library
11 PKG_SECTION
:= libs
/misc
12 PKG_BUILDDEP
:= libtiff
14 PKG_SITES
:= https
://github.com
/freeswitch
/spandsp.git
17 include $(ADK_TOPDIR
)/mk
/package.mk
19 $(eval
$(call PKG_template
,SPANDSP
,spandsp
,$(PKG_VERSION
)-$(PKG_RELEASE
),$(PKG_DEPENDS
),$(PKG_DESCR
),$(PKG_SECTION
),$(PKG_OPTS
)))
21 AUTOTOOL_STYLE
:= autogen
22 CONFIGURE_ENV
+= ac_cv_func_realloc_0_nonnull
=yes
23 CONFIGURE_ENV
+= ac_cv_func_malloc_0_nonnull
=yes
26 $(INSTALL_DIR
) $(IDIR_SPANDSP
)/usr
/lib
27 $(CP
) $(WRKINST
)/usr
/lib
/libspandsp
*.so
* \
28 $(IDIR_SPANDSP
)/usr
/lib
30 include $(ADK_TOPDIR
)/mk
/pkg-bottom.mk