]> git.sesse.net Git - vlc/blobdiff - plugins/motion/motionmmxext.c
* Beginning of the built-in modules support.
[vlc] / plugins / motion / motionmmxext.c
index 93333a75b605944fae7c42be3dda0ecaa6e562f0..e2658ff8fac7fa1654eb09d8b58cc8a6b3b81f8f 100644 (file)
@@ -2,8 +2,9 @@
  * motionmmxext.c : MMX EXT motion compensation module for vlc
  *****************************************************************************
  * Copyright (C) 2000 VideoLAN
+ * $Id: motionmmxext.c,v 1.4 2001/04/15 04:19:57 sam Exp $
  *
- * Authors:
+ * Authors: Christophe Massiot <massiot@via.ecp.fr>
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -113,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 ) )
     {