]> git.sesse.net Git - vlc/blobdiff - plugins/motion/vdec_motion_inner_mmxext.c
The motion compensation routines are now modules as well ; choose your
[vlc] / 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 d54e39e9cc8c443db25316c926555d4ae2e5dd7b..6165f3f469fcbe23f5b6214bb44f239d7432dbef 100644 (file)
@@ -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 <massiot@via.ecp.fr>, largerly inspired by the
  *          work done by the livid project <http://www.linuxvideo.org/>
 #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"