From: Daniel Dickinson Date: Tue, 20 Jul 2010 16:23:46 +0000 (+0000) Subject: [packages] net/freeswitch: Removed dependency on alsa-lib; FreeSWITCH links it's... X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;h=b5fa4c7349daefa4abb5466b0eb64ae5382ac8b0 [packages] net/freeswitch: Removed dependency on alsa-lib; FreeSWITCH links it's own copy, not the system library SVN-Revision: 22315 --- 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,,))