aboutsummaryrefslogtreecommitdiffstats
path: root/formats
diff options
context:
space:
mode:
Diffstat (limited to 'formats')
-rwxr-xr-xformats/format_pcm_alaw.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/formats/format_pcm_alaw.c b/formats/format_pcm_alaw.c
index d7d375edb..62103068d 100755
--- a/formats/format_pcm_alaw.c
+++ b/formats/format_pcm_alaw.c
@@ -62,6 +62,7 @@ static char *desc = "Raw aLaw 8khz PCM Audio support";
static char *exts = "alaw|al";
+#if 0
/* Returns time in msec since system boot. */
static unsigned long get_time(void)
{
@@ -76,6 +77,7 @@ static unsigned long get_time(void)
}
return cur * 1000 / sysconf( _SC_CLK_TCK );
}
+#endif
static struct ast_filestream *pcm_open(int fd)
{