]> git.sesse.net Git - vlc/blobdiff - plugins/motion/motion.c
* Beginning of the built-in modules support.
[vlc] / plugins / motion / motion.c
index 48038535f2775d61134859b2177ccbdd99f6f9ed..6fed1f146f90f4061553eb6df9203131cca12256 100644 (file)
@@ -2,7 +2,7 @@
  * motion.c : C motion compensation module for vlc
  *****************************************************************************
  * Copyright (C) 2000 VideoLAN
- * $Id: motion.c,v 1.3 2001/03/21 13:42:34 sam Exp $
+ * $Id: motion.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( TestMethod( MOTION_METHOD_VAR, "motion" ) )
     {