diff i386/vc1dsp_mmx.c @ 6763:f7cbb7733146 libavcodec

Use full path for #includes from another directory.
author diego
date Fri, 09 May 2008 11:56:36 +0000
parents 33896780c612
children d38acad6d4bb
line wrap: on
line diff
--- a/i386/vc1dsp_mmx.c	Fri May 09 10:44:12 2008 +0000
+++ b/i386/vc1dsp_mmx.c	Fri May 09 11:56:36 2008 +0000
@@ -24,9 +24,9 @@
  * OTHER DEALINGS IN THE SOFTWARE.
  */
 
-#include "dsputil.h"
+#include "libavutil/x86_cpu.h"
+#include "libavcodec/dsputil.h"
 #include "dsputil_mmx.h"
-#include "x86_cpu.h"
 
 /** Add rounder from mm7 to mm3 and pack result at destination */
 #define NORMALIZE_MMX(SHIFT)                                    \