]> git.sesse.net Git - vlc/blobdiff - plugins/imdct/imdct.c
* libdvdcss enhancements by Billy Biggs <vektor@dumbterm.net>. This breaks
[vlc] / plugins / imdct / imdct.c
index 5652679c4500136ac196f52213b47dab886c57e5..ef9571ae955b6f026a5750917ec1f18db553e911 100644 (file)
@@ -2,7 +2,7 @@
  * imdct.c : IMDCT module
  *****************************************************************************
  * Copyright (C) 1999, 2000 VideoLAN
- * $Id: imdct.c,v 1.3 2001/06/03 12:47:21 sam Exp $
+ * $Id: imdct.c,v 1.4 2001/07/11 02:01:04 sam Exp $
  *
  * Authors: GaĆ«l Hendryckx <jimmy@via.ecp.fr>
  *
@@ -93,7 +93,8 @@ static void imdct_getfunctions( function_list_t * p_function_list )
  *****************************************************************************/
 static int imdct_Probe( probedata_t *p_data )
 {
-    if( TestMethod( IMDCT_METHOD_VAR, "imdct" ) )
+    if( TestMethod( IMDCT_METHOD_VAR, "imdct" )
+         || TestMethod( IMDCT_METHOD_VAR, "c" ) )
     {
         return( 999 );
     }