[Asterisk-cvs] asterisk/codecs codec_g723_1.c, 1.17, 1.18 codec_speex.c, 1.14, 1.15

kpfleming at lists.digium.com kpfleming at lists.digium.com
Mon Jun 6 19:09:40 CDT 2005


Update of /usr/cvsroot/asterisk/codecs
In directory mongoose.digium.com:/tmp/cvs-serv11760/codecs

Modified Files:
	codec_g723_1.c codec_speex.c 
Log Message:
fix version tag macro calls


Index: codec_g723_1.c
===================================================================
RCS file: /usr/cvsroot/asterisk/codecs/codec_g723_1.c,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- codec_g723_1.c	6 Jun 2005 22:12:19 -0000	1.17
+++ codec_g723_1.c	6 Jun 2005 23:12:05 -0000	1.18
@@ -31,7 +31,7 @@
 
 #include "asterisk.h"
 
-ASTERISK_FILE_VERSION("$Revision$")
+ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
 
 #include "asterisk/lock.h"
 #include "asterisk/translate.h"

Index: codec_speex.c
===================================================================
RCS file: /usr/cvsroot/asterisk/codecs/codec_speex.c,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- codec_speex.c	6 Jun 2005 22:12:19 -0000	1.14
+++ codec_speex.c	6 Jun 2005 23:12:05 -0000	1.15
@@ -38,7 +38,7 @@
 
 #include "asterisk.h"
 
-ASTERISK_FILE_VERSION("$Revision$")
+ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
 
 #include "asterisk/lock.h"
 #include "asterisk/translate.h"




More information about the svn-commits mailing list