diff i386/fdct_mmx.c @ 2024:f65d87bfdd5a libavcodec

some of the warning fixes by (Michael Roitzsch <mroi at users dot sourceforge dot net>)
author michael
date Tue, 18 May 2004 17:09:46 +0000
parents 5bc1a9ad6c33
children 15cfba1b97b5
line wrap: on
line diff
--- a/i386/fdct_mmx.c	Tue May 18 01:53:43 2004 +0000
+++ b/i386/fdct_mmx.c	Tue May 18 17:09:46 2004 +0000
@@ -14,6 +14,7 @@
  * Skal's fdct at http://skal.planet-d.net/coding/dct.html
  */
 #include "../common.h"
+#include "../dsputil.h"
 #include "mmx.h"
 
 #define ATTR_ALIGN(align) __attribute__ ((__aligned__ (align)))