aboutsummaryrefslogtreecommitdiffstats
path: root/codecs
diff options
context:
space:
mode:
authorkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2005-06-06 23:12:05 +0000
committerkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2005-06-06 23:12:05 +0000
commitc8c2a68e9eb32fe45fc3b96a312877b30c9110d8 (patch)
treebda5f978032e0c3dd140cd3244edd42d902bf4b8 /codecs
parent749fca7442c8ff4fefb0d6dae7ebd002bf7571df (diff)
fix version tag macro calls
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5869 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'codecs')
-rwxr-xr-xcodecs/codec_g723_1.c2
-rwxr-xr-xcodecs/codec_speex.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/codecs/codec_g723_1.c b/codecs/codec_g723_1.c
index 5cabede8a..54653cbd2 100755
--- a/codecs/codec_g723_1.c
+++ b/codecs/codec_g723_1.c
@@ -31,7 +31,7 @@
#include "asterisk.h"
-ASTERISK_FILE_VERSION("$Revision$")
+ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
#include "asterisk/lock.h"
#include "asterisk/translate.h"
diff --git a/codecs/codec_speex.c b/codecs/codec_speex.c
index c067283b8..e65336d66 100755
--- a/codecs/codec_speex.c
+++ b/codecs/codec_speex.c
@@ -38,7 +38,7 @@ static int dtx = 0;
#include "asterisk.h"
-ASTERISK_FILE_VERSION("$Revision$")
+ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
#include "asterisk/lock.h"
#include "asterisk/translate.h"