x86: dsputil: Rename dsputil_mmx.h --> dsputil_x86.h

The header is not (anymore) MMX-specific.
This commit is contained in:
Diego Biurrun
2013-05-08 01:52:57 +02:00
parent 245b76a108
commit 1399931d07
22 changed files with 21 additions and 21 deletions

View File

@@ -27,7 +27,7 @@
#include "libavutil/cpu.h"
#include "libavutil/x86/cpu.h"
#include "libavcodec/vc1dsp.h"
#include "dsputil_mmx.h"
#include "dsputil_x86.h"
#include "vc1dsp.h"
#include "config.h"