]> git.sesse.net Git - vlc/blobdiff - include/vlc_cpu.h
* ALL: the first libvlc commit.
[vlc] / include / vlc_cpu.h
diff --git a/include/vlc_cpu.h b/include/vlc_cpu.h
new file mode 100644 (file)
index 0000000..d5cdcb0
--- /dev/null
@@ -0,0 +1,25 @@
+/*****************************************************************************
+ * cpu.h: CPU type detection
+ *****************************************************************************
+ * Copyright (C) 2002 VideoLAN
+ * $Id: vlc_cpu.h,v 1.1 2002/06/01 12:31:58 sam Exp $
+ *
+ * Authors: Samuel Hocevar <sam@zoy.org>
+ *
+ * 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
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111, USA.
+ *****************************************************************************/
+
+u32 CPUCapabilities( vlc_object_t * );
+