]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/i386/vc1dsp_mmx.c
Simplify vsad16_mmx().
[ffmpeg] / libavcodec / i386 / vc1dsp_mmx.c
index 0e543e4fdec939290853e02564c2187deb285500..c3df9415eafe5b7fc43759018f9f406275531685 100644 (file)
@@ -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)                                    \