From b5fa4c7349daefa4abb5466b0eb64ae5382ac8b0 Mon Sep 17 00:00:00 2001 From: Daniel Dickinson Date: Tue, 20 Jul 2010 16:23:46 +0000 Subject: [PATCH] [packages] net/freeswitch: Removed dependency on alsa-lib; FreeSWITCH links it's own copy, not the system library SVN-Revision: 22315 --- net/freeswitch/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/freeswitch/Makefile b/net/freeswitch/Makefile index 2a013fc281..78861728bb 100644 --- a/net/freeswitch/Makefile +++ b/net/freeswitch/Makefile @@ -517,7 +517,7 @@ $(eval $(call BuildPackage,freeswitch-config-minimal)) $(eval $(call BuildPackage,freeswitch-config-uci)) #$(eval $(call BuildPlugin,Name,Title,Files,Depends)) -$(eval $(call BuildPlugin,alsa,Alsa endpoint,mod_alsa,,+alsa-lib)) +$(eval $(call BuildPlugin,alsa,Alsa endpoint,mod_alsa,,)) $(eval $(call BuildPlugin,amr,GSM-AMR codec,mod_amr,,)) $(eval $(call BuildPlugin,amrwb,GSM-AMRWB,mod_amrwb,,)) $(eval $(call BuildPlugin,bv,codec mod_bv,mod_bv,,)) -- 2.30.2