[packages] net/freeswitch: Removed dependency on alsa-lib; FreeSWITCH links it's own copy, not the system library

git-svn-id: svn://svn.openwrt.org/openwrt/packages@22315 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
cshore 2010-07-20 16:23:46 +00:00
parent 7d2d224bfe
commit 0cb7eef961

View File

@ -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,,))