]> git.sesse.net Git - vlc/blobdiff - plugins/x11/xcommon.h
Some heavy changes today:
[vlc] / plugins / x11 / xcommon.h
similarity index 60%
rename from include/tests.h
rename to plugins/x11/xcommon.h
index de18afa9baedd3ac54d57bfb7212a8c797880c3c..02d64792c713bafa09ebf4376ff1f6117ab0b463 100644 (file)
@@ -1,16 +1,19 @@
 /*****************************************************************************
- * tests.h: several test functions needed by the plugins
+ * xcommon.h: Common X11 and Xvideo video output display method
  *****************************************************************************
- * Copyright (C) 1996, 1997, 1998, 1999, 2000 VideoLAN
- * $Id: tests.h,v 1.12 2001/12/04 13:47:46 massiot Exp $
+ * Copyright (C) 1998-2001 VideoLAN
+ * $Id: xcommon.h,v 1.1 2001/12/30 07:09:56 sam Exp $
  *
- * Authors: Samuel Hocevar <sam@zoy.org>
+ * Authors: Shane Harper <shanegh@optusnet.com.au>
+ *          Vincent Seguin <seguin@via.ecp.fr>
+ *          Samuel Hocevar <sam@zoy.org>
+ *          David Kennedy <dkennedy@tinytoad.com>
  *
  * 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
  * the Free Software Foundation; either version 2 of the License, or
  * (at your option) any later version.
- * 
+ *
  * This program is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111, USA.
  *****************************************************************************/
 
-#define CPU_CAPABILITY_NONE    0
-#define CPU_CAPABILITY_486     1<<0
-#define CPU_CAPABILITY_586     1<<1
-#define CPU_CAPABILITY_PPRO    1<<2
-#define CPU_CAPABILITY_MMX     1<<3
-#define CPU_CAPABILITY_3DNOW   1<<4
-#define CPU_CAPABILITY_MMXEXT  1<<5
-#define CPU_CAPABILITY_SSE     1<<6
-#define CPU_CAPABILITY_ALTIVEC 1<<16
-#define CPU_CAPABILITY_FPU     1<<31
-
 /*****************************************************************************
- * TestVersion: tests if the given string equals the current version
+ * Common prototypes
  *****************************************************************************/
-int TestProgram  ( char * );
-int TestMethod   ( char *, char * );
-int TestCPU      ( int );
+void _M( vout_getfunctions )( function_list_t * p_function_list );