X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=include%2Fvlc_cpu.h;h=bbc7b5b4687d79778d5dc9f97c39ed351c4464c8;hb=c12acbd7d48431d7b5029d765e69e87378aca7a2;hp=feb6e5e130863223bd0eb77b1715fddf5a32e312;hpb=2f1ac5a8295b27b6ca7c40996359b55ebe31cb19;p=vlc diff --git a/include/vlc_cpu.h b/include/vlc_cpu.h index feb6e5e130..bbc7b5b468 100644 --- a/include/vlc_cpu.h +++ b/include/vlc_cpu.h @@ -63,6 +63,7 @@ # endif VLC_EXPORT( unsigned, vlc_CPU, ( void ) ); +VLC_EXPORT( unsigned, vlc_GetCPUCount, ( void ) ); /** Are floating point operations fast? * If this bit is not set, you should try to use fixed-point instead.