summaryrefslogtreecommitdiff
path: root/src/libffmpeg/libavcodec/mpegvideo_mmx.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/libffmpeg/libavcodec/mpegvideo_mmx.c')
-rw-r--r--src/libffmpeg/libavcodec/mpegvideo_mmx.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libffmpeg/libavcodec/mpegvideo_mmx.c b/src/libffmpeg/libavcodec/mpegvideo_mmx.c
index 279e5ec22..7b3ba8aff 100644
--- a/src/libffmpeg/libavcodec/mpegvideo_mmx.c
+++ b/src/libffmpeg/libavcodec/mpegvideo_mmx.c
@@ -21,7 +21,7 @@
#include "dsputil.h"
#include "mpegvideo.h"
-#include "cpu_accel.h"
+#include "xineutils.h"
#if 0
@@ -222,7 +222,7 @@ void MPV_common_init_mmx(MpegEncContext *s)
{
int mm_flags;
- mm_flags = mm_accel();
+ mm_flags = xine_mm_accel();
if (mm_flags & MM_ACCEL_X86_MMX) {
/* XXX: should include h263 optimization too. It would go even