################################################################################ # Embtoolkit # Copyright(C) 2014 GAYE Abdoulaye Walsimou. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 2 of the License, or # (at your option) any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program. If not, see . # ################################################################################ # # \file audio.mk # \brief audio.mk of Embtoolkit # \author Abdoulaye Walsimou GAYE # \date May 2014 ################################################################################ embtk_pkgincdir := packages/audio # alsa-lib $(call embtk_include_pkg,alsa-lib) # ladspa $(call embtk_include_pkg,ladspa) # libsndfile $(call embtk_include_pkg,libsndfile) # libsamplerate $(call embtk_include_pkg,libsamplerate) # lilv $(call embtk_include_pkg,lilv) # lv2 $(call embtk_include_pkg,lv2) # jack2 $(call embtk_include_pkg,jack2)