Commit 69ad2b62 authored by Jean-Paul Saman's avatar Jean-Paul Saman Committed by Jean-Paul Saman

Export CPUCapabilities() to modules.

parent c1157ed1
......@@ -2,7 +2,7 @@
* cpu.h: CPU type detection
*****************************************************************************
* Copyright (C) 2002 the VideoLAN team
* $Id$
* $Id: e606828fcc959064593b663a5f4f3f329096b0e9 $
*
* Authors: Samuel Hocevar <sam@zoy.org>
*
......@@ -21,5 +21,9 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
*****************************************************************************/
uint32_t CPUCapabilities( void );
#ifndef VLC_CPU_CAPABILITIES_H
#define VLC_CPU_CAPABILITIES_H
VLC_EXPORT( uint32_t, CPUCapabilities, ( void ));
#endif
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment