[asterisk-commits] russell: branch 1.4 r82382 - in /branches/1.4/channels: ./ xpmr/

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Fri Sep 14 10:42:43 CDT 2007


Author: russell
Date: Fri Sep 14 10:42:42 2007
New Revision: 82382

URL: http://svn.digium.com/view/asterisk?view=rev&rev=82382
Log:
Remove chan_usbradio from the main 1.4 branch.  It can't live here because we
have a strict policy to not include new features in release branches.  However,
I'm going to merge it into trunk, and I also have a special 1.4 based branch that
includes this module.

svn co http://svn.digium.com/svn/asterisk/team/jdixon/chan_usbradio-1.4

Removed:
    branches/1.4/channels/chan_usbradio.c
    branches/1.4/channels/xpmr/
Modified:
    branches/1.4/channels/Makefile

Modified: branches/1.4/channels/Makefile
URL: http://svn.digium.com/view/asterisk/branches/1.4/channels/Makefile?view=diff&rev=82382&r1=82381&r2=82382
==============================================================================
--- branches/1.4/channels/Makefile (original)
+++ branches/1.4/channels/Makefile Fri Sep 14 10:42:42 2007
@@ -116,9 +116,3 @@
 $(if $(filter chan_misdn,$(EMBEDDED_MODS)),modules.link,chan_misdn.so): chan_misdn.o misdn_config.o misdn/isdn_lib.o misdn/isdn_msg_parser.o
 
 chan_vpb.oo: ASTCFLAGS:=$(filter-out -Wdeclaration-after-statement,$(ASTCFLAGS))
-
-chan_usbradio.o: chan_usbradio.c xpmr/xpmr.c xpmr/xpmr.h xpmr/xpmr_coef.h xpmr/sinetabx.h busy.h ringtone.h
-
-chan_usbradio.so: LIBS+=-lusb -lasound
-
-




More information about the asterisk-commits mailing list