]> git.sesse.net Git - vlc/blobdiff - plugins/imdct/imdctsse.c
* libdvdcss enhancements by Billy Biggs <vektor@dumbterm.net>. This breaks
[vlc] / plugins / imdct / imdctsse.c
index d5a244863c65011135c8cc0925a2116f9d2d4421..0ad87c8956f5a61c084809ec2f384b368e438bd6 100644 (file)
@@ -2,7 +2,7 @@
  * imdctsse.c : accelerated SSE IMDCT module
  *****************************************************************************
  * Copyright (C) 1999, 2000 VideoLAN
- * $Id: imdctsse.c,v 1.5 2001/06/12 00:30:41 reno Exp $
+ * $Id: imdctsse.c,v 1.6 2001/07/11 02:01:04 sam Exp $
  *
  * Authors: GaĆ«l Hendryckx <jimmy@via.ecp.fr>
  *
@@ -98,7 +98,8 @@ static int imdct_Probe( probedata_t *p_data )
         return( 0 );
     }
 
-    if( TestMethod( IMDCT_METHOD_VAR, "imdctsse" ) )
+    if( TestMethod( IMDCT_METHOD_VAR, "imdctsse" )
+         || TestMethod( IMDCT_METHOD_VAR, "sse" ) )
     {
         return( 999 );
     }