X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=plugins%2Fmotion%2Fvdec_motion_inner_mmxext.c;fp=src%2Fvideo_decoder%2Fvdec_motion_inner_mmxext.c;h=6165f3f469fcbe23f5b6214bb44f239d7432dbef;hb=647cca0ebb2e897a570018ba80483bb81a7d90c6;hp=d54e39e9cc8c443db25316c926555d4ae2e5dd7b;hpb=cf0b7cf953a80e78c1778e819b4d5b03216dc165;p=vlc diff --git a/src/video_decoder/vdec_motion_inner_mmxext.c b/plugins/motion/vdec_motion_inner_mmxext.c similarity index 98% rename from src/video_decoder/vdec_motion_inner_mmxext.c rename to plugins/motion/vdec_motion_inner_mmxext.c index d54e39e9cc..6165f3f469 100644 --- a/src/video_decoder/vdec_motion_inner_mmxext.c +++ b/plugins/motion/vdec_motion_inner_mmxext.c @@ -1,9 +1,9 @@ /***************************************************************************** - * vdec_motion_inner_mmx.c : motion compensation inner routines optimized in - * MMX + * vdec_motion_inner_mmxext.c : motion compensation inner routines optimized + * in MMX EXT ***************************************************************************** * Copyright (C) 1999, 2000 VideoLAN - * $Id: vdec_motion_inner_mmxext.c,v 1.1 2001/01/16 17:59:23 massiot Exp $ + * $Id: vdec_motion_inner_mmxext.c,v 1.1 2001/01/18 05:13:22 sam Exp $ * * Authors: Christophe Massiot , largerly inspired by the * work done by the livid project @@ -32,25 +32,8 @@ #include "common.h" #include "threads.h" #include "mtime.h" -#include "plugins.h" - -#include "intf_msg.h" - -#include "stream_control.h" -#include "input_ext-dec.h" #include "video.h" -#include "video_output.h" - -#include "vdec_idct.h" -#include "video_decoder.h" -#include "vdec_motion.h" - -#include "vpar_blocks.h" -#include "vpar_headers.h" -#include "vpar_synchro.h" -#include "video_parser.h" -#include "video_fifo.h" #include "attributes.h" #include "mmx.h"