shithub: aacdec

Download patch

ref: f0add29e73e7aa143b43f562f46218d598c254cb
parent: 9efcb7cd2bfb0aa0dc8e8399986c7bb55329578a
author: menno <menno>
date: Fri Nov 8 08:12:33 EST 2002

Some small compatibility issues

--- a/libfaad/bits.c
+++ b/libfaad/bits.c
@@ -16,12 +16,11 @@
 ** along with this program; if not, write to the Free Software 
 ** Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 **
-** $Id: bits.c,v 1.15 2002/11/08 13:00:34 menno Exp $
+** $Id: bits.c,v 1.16 2002/11/08 13:12:32 menno Exp $
 **/
 
 #include "common.h"
 #include <stdlib.h>
-#include <memory.h>
 #include "bits.h"
 
 /* initialize buffer, call once before first getbits or showbits */
--- a/libfaad/decoder.c
+++ b/libfaad/decoder.c
@@ -16,11 +16,11 @@
 ** along with this program; if not, write to the Free Software 
 ** Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 **
-** $Id: decoder.c,v 1.38 2002/11/01 11:19:35 menno Exp $
+** $Id: decoder.c,v 1.39 2002/11/08 13:12:32 menno Exp $
 **/
 
 #include <stdlib.h>
-#include <memory.h>
+#include <string.h>
 #include "common.h"
 #include "decoder.h"
 #include "mp4.h"
--- a/libfaad/dither.c
+++ b/libfaad/dither.c
@@ -6,13 +6,13 @@
  * random functions for dithering.
  *
  * last modified:
- * $Id: dither.c,v 1.5 2002/10/01 21:55:49 menno Exp $
+ * $Id: dither.c,v 1.6 2002/11/08 13:12:32 menno Exp $
  */
 #include "common.h"
 
 #ifndef FIXED_POINT
 
-#include <memory.h>
+#include <string.h>
 #include "dither.h"
 
 
--- a/libfaad/drc.c
+++ b/libfaad/drc.c
@@ -16,13 +16,13 @@
 ** along with this program; if not, write to the Free Software 
 ** Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 **
-** $Id: drc.c,v 1.10 2002/09/08 18:14:37 menno Exp $
+** $Id: drc.c,v 1.11 2002/11/08 13:12:33 menno Exp $
 **/
 
 #include "common.h"
 
 #include <stdlib.h>
-#include <memory.h>
+#include <string.h>
 #include "syntax.h"
 #include "drc.h"
 
--- a/libfaad/filtbank.c
+++ b/libfaad/filtbank.c
@@ -16,13 +16,13 @@
 ** along with this program; if not, write to the Free Software 
 ** Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 **
-** $Id: filtbank.c,v 1.21 2002/11/07 18:24:53 menno Exp $
+** $Id: filtbank.c,v 1.22 2002/11/08 13:12:33 menno Exp $
 **/
 
 #include "common.h"
 
 #include <stdlib.h>
-#include <memory.h>
+#include <string.h>
 #ifdef _WIN32_WCE
 #define assert(x)
 #else
--- a/libfaad/reordered_spectral_data.c
+++ b/libfaad/reordered_spectral_data.c
@@ -1,5 +1,5 @@
 #include <stdlib.h>
-#include <memory.h>
+#include <string.h>
 #include "common.h"
 #include "syntax.h"
 #include "specrec.h"
--- a/libfaad/syntax.c
+++ b/libfaad/syntax.c
@@ -16,7 +16,7 @@
 ** along with this program; if not, write to the Free Software 
 ** Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 **
-** $Id: syntax.c,v 1.30 2002/10/26 11:43:12 menno Exp $
+** $Id: syntax.c,v 1.31 2002/11/08 13:12:33 menno Exp $
 **/
 
 /*
@@ -28,7 +28,7 @@
 */
 
 #include <stdlib.h>
-#include <memory.h>
+#include <string.h>
 #include "common.h"
 #include "decoder.h"
 #include "syntax.h"