From: cshore Date: Tue, 20 Jul 2010 06:57:42 +0000 (+0000) Subject: [packages] net/freeswitch: Disabled mod-flite for avr32 and ixp4xx as those target... X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=dc863bd136853dd50d9d93c8143658daa80baae0;p=packages.git [packages] net/freeswitch: Disabled mod-flite for avr32 and ixp4xx as those target are not supported by flite at the present time. git-svn-id: svn://svn.openwrt.org/openwrt/packages@22306 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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,,))