]> git.sesse.net Git - vlc/blobdiff - include/vlc_cpu.h
Use var_Inherit* instead of var_CreateGet*.
[vlc] / include / vlc_cpu.h
index feb6e5e130863223bd0eb77b1715fddf5a32e312..bbc7b5b4687d79778d5dc9f97c39ed351c4464c8 100644 (file)
@@ -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.