]> git.sesse.net Git - vlc/blobdiff - plugins/idct/vdec_block_mmx.c
* Fixed an alignment issue in the ifo parser. The Matrix problem should
[vlc] / plugins / idct / vdec_block_mmx.c
index e61b7732b58e27f11654c565d25d66187b6d342c..64be5dea67aa048fceb68dd8afe751282189a820 100644 (file)
@@ -2,7 +2,7 @@
  * vdec_block_mmx.c: Macroblock copy functions in MMX assembly
  *****************************************************************************
  * Copyright (C) 1999, 2000, 2001 VideoLAN
- * $Id: vdec_block_mmx.c,v 1.3 2001/06/03 12:47:21 sam Exp $
+ * $Id: vdec_block_mmx.c,v 1.4 2001/06/20 07:43:48 sam Exp $
  *
  * Authors: GaĆ«l Hendryckx <jimmy@via.ecp.fr>
  *
@@ -33,6 +33,8 @@
  *****************************************************************************/
 #include "defs.h"
 
+#include <string.h>
+
 #include "config.h"
 #include "common.h"
 #include "threads.h"