]> git.sesse.net Git - vlc/blobdiff - plugins/motion/motionmmx.c
* libdvdcss enhancements by Billy Biggs <vektor@dumbterm.net>. This breaks
[vlc] / plugins / motion / motionmmx.c
index 74d11511e504c8fb7251b3004f6d944c550fd996..f8218778445a1571d821b78a51120212db7a505f 100644 (file)
@@ -2,7 +2,7 @@
  * motionmmx.c : MMX motion compensation module for vlc
  *****************************************************************************
  * Copyright (C) 2000 VideoLAN
- * $Id: motionmmx.c,v 1.8 2001/06/07 15:27:44 sam Exp $
+ * $Id: motionmmx.c,v 1.9 2001/07/11 02:01:05 sam Exp $
  *
  * Authors: Christophe Massiot <massiot@via.ecp.fr>
  *
@@ -78,7 +78,8 @@ int _M( motion_Probe )( probedata_t *p_data )
         return( 0 );
     }
 
-    if( TestMethod( MOTION_METHOD_VAR, "motionmmx" ) )
+    if( TestMethod( MOTION_METHOD_VAR, "motionmmx" )
+         || TestMethod( MOTION_METHOD_VAR, "mmx" ) )
     {
         return( 999 );
     }