[Asterisk-cvs] asterisk/codecs/lpc10 lpcini.c,1.2,1.3
martinp at lists.digium.com
martinp at lists.digium.com
Thu Oct 16 15:45:28 CDT 2003
Update of /usr/cvsroot/asterisk/codecs/lpc10
In directory mongoose.digium.com:/tmp/cvs-serv21069/codecs/lpc10
Modified Files:
lpcini.c
Log Message:
Revert the previous patch since it's braking compilation
Index: lpcini.c
===================================================================
RCS file: /usr/cvsroot/asterisk/codecs/lpc10/lpcini.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- lpcini.c 16 Oct 2003 10:44:04 -0000 1.2
+++ lpcini.c 16 Oct 2003 21:11:30 -0000 1.3
@@ -1,11 +1,11 @@
/*
$Log$
-Revision 1.2 2003/10/16 10:44:04 markster
-Sane FreeBSD patch
+Revision 1.3 2003/10/16 21:11:30 martinp
+Revert the previous patch since it's braking compilation
-Revision 1.1.1.1 2003/02/12 13:59:15 matteo
-mer feb 12 14:56:57 CET 2003
+Revision 1.1 2003/02/12 13:59:15 matteo
+Initial revision
Revision 1.2 2000/01/05 08:20:39 markster
Some OSS fixes and a few lpc changes to make it actually work
@@ -34,7 +34,7 @@
#include "f2c.h"
-#include <stdlib.h>
+#include <malloc.h>
/* Common Block Declarations */
@@ -48,11 +48,11 @@
/* ***************************************************************** */
/* $Log$
-/* Revision 1.2 2003/10/16 10:44:04 markster
-/* Sane FreeBSD patch
+/* Revision 1.3 2003/10/16 21:11:30 martinp
+/* Revert the previous patch since it's braking compilation
/*
-/* Revision 1.1.1.1 2003/02/12 13:59:15 matteo
-/* mer feb 12 14:56:57 CET 2003
+/* Revision 1.1 2003/02/12 13:59:15 matteo
+/* Initial revision
/*
/* Revision 1.2 2000/01/05 08:20:39 markster
/* Some OSS fixes and a few lpc changes to make it actually work
@@ -77,11 +77,11 @@
{
/* $Log$
-/* Revision 1.2 2003/10/16 10:44:04 markster
-/* Sane FreeBSD patch
+/* Revision 1.3 2003/10/16 21:11:30 martinp
+/* Revert the previous patch since it's braking compilation
/*
-/* Revision 1.1.1.1 2003/02/12 13:59:15 matteo
-/* mer feb 12 14:56:57 CET 2003
+/* Revision 1.1 2003/02/12 13:59:15 matteo
+/* Initial revision
/*
/* Revision 1.2 2000/01/05 08:20:39 markster
/* Some OSS fixes and a few lpc changes to make it actually work
@@ -106,11 +106,11 @@
/* LPC Configuration parameters: */
/* Frame size, Prediction order, Pitch period */
/* $Log$
-/* Revision 1.2 2003/10/16 10:44:04 markster
-/* Sane FreeBSD patch
+/* Revision 1.3 2003/10/16 21:11:30 martinp
+/* Revert the previous patch since it's braking compilation
/*
-/* Revision 1.1.1.1 2003/02/12 13:59:15 matteo
-/* mer feb 12 14:56:57 CET 2003
+/* Revision 1.1 2003/02/12 13:59:15 matteo
+/* Initial revision
/*
/* Revision 1.2 2000/01/05 08:20:39 markster
/* Some OSS fixes and a few lpc changes to make it actually work
More information about the svn-commits
mailing list