]> git.sesse.net Git - vlc/blobdiff - plugins/motion/motionmmxext.c
* Beginning of the built-in modules support.
[vlc] / plugins / motion / motionmmxext.c
index a79f5e5ebf6ddbc4435aa0e4665f7448a7140c51..e2658ff8fac7fa1654eb09d8b58cc8a6b3b81f8f 100644 (file)
@@ -2,7 +2,7 @@
  * motionmmxext.c : MMX EXT motion compensation module for vlc
  *****************************************************************************
  * Copyright (C) 2000 VideoLAN
- * $Id: motionmmxext.c,v 1.3 2001/03/21 13:42:34 sam Exp $
+ * $Id: motionmmxext.c,v 1.4 2001/04/15 04:19:57 sam Exp $
  *
  * Authors: Christophe Massiot <massiot@via.ecp.fr>
  *
@@ -114,7 +114,7 @@ MODULE_DEACTIVATE
 /*****************************************************************************
  * motion_Probe: tests probe the CPU and return a score
  *****************************************************************************/
-int motion_Probe( probedata_t *p_data )
+int _M( motion_Probe )( probedata_t *p_data )
 {
     if( TestCPU( CPU_CAPABILITY_MMXEXT ) )
     {