[asterisk-commits] file: branch group/pimp_my_sip r380098 - /team/group/pimp_my_sip/channels/

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Fri Jan 25 09:43:00 CST 2013


Author: file
Date: Fri Jan 25 09:42:56 2013
New Revision: 380098

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=380098
Log:
Configure pjproject for chan_gulp if not already done.

Modified:
    team/group/pimp_my_sip/channels/Makefile

Modified: team/group/pimp_my_sip/channels/Makefile
URL: http://svnview.digium.com/svn/asterisk/team/group/pimp_my_sip/channels/Makefile?view=diff&rev=380098&r1=380097&r2=380098
==============================================================================
--- team/group/pimp_my_sip/channels/Makefile (original)
+++ team/group/pimp_my_sip/channels/Makefile Fri Jan 25 09:42:56 2013
@@ -113,6 +113,9 @@
 h323/libchanh323.a: h323/Makefile.ast
 	$(CMD_PREFIX) $(MAKE) -C h323 libchanh323.a
 
+../res/pjproject/build.mak:
+        cd ../res/pjproject && ./configure AR="" CFLAGS=-fPIC  --disable-floating-point --disable-sound --disable-oss --disable-speex-aec --disable-l16-codec --disable-gsm-codec --disable-g722-codec --disable-g7221-codec --disable-speex-codec --disable-ilbc-codec --disable-g711-codec
+
 include ../res/pjproject/build.mak
 
 chan_gulp.o: _ASTCFLAGS+=$(PJ_CFLAGS)




More information about the asterisk-commits mailing list