From: Daniel Dickinson Date: Tue, 20 Jul 2010 06:57:42 +0000 (+0000) Subject: net/freeswitch: Disabled mod-flite for avr32 and ixp4xx as those target are not suppo... X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=109a6c5c2037b753118ee808f20c91b76716cc4d;p=openwrt%2Fsvn-archive%2Fpackages.git net/freeswitch: Disabled mod-flite for avr32 and ixp4xx as those target are not supported by flite at the present time. SVN-Revision: 22306 --- diff --git a/net/freeswitch/Makefile b/net/freeswitch/Makefile index b39de75af..6426ba442 100644 --- a/net/freeswitch/Makefile +++ b/net/freeswitch/Makefile @@ -548,7 +548,7 @@ $(eval $(call BuildPlugin,expr,Expression evaluation,mod_expr,,)) $(eval $(call BuildPlugin,fax,Fax,mod_fax,,@BROKEN +libjpeg)) # fails in spandsp $(eval $(call BuildPlugin,fifo,FIFO,mod_fifo,,)) $(eval $(call BuildPlugin,file-string,File streaming,mod_file_string,,)) -$(eval $(call BuildPlugin,flite,Festival TTS,mod_flite,,)) +$(eval $(call BuildPlugin,flite,Festival TTS,mod_flite,,@!TARGET_avr32 @!TARGET_ixp4xx)) $(eval $(call BuildPlugin,fsv,Video,mod_fsv,,)) $(eval $(call BuildPlugin,g723-1,G.723.1 codec,mod_g723_1,,)) $(eval $(call BuildPlugin,g729,G.729 codec,mod_g729,,))