]> git.sesse.net Git - vlc/commit
Introduce VLC_GCC_VERSION macro, fix popcount and clz
authorRémi Denis-Courmont <remi@remlab.net>
Wed, 17 Aug 2011 15:28:25 +0000 (18:28 +0300)
committerRémi Denis-Courmont <remi@remlab.net>
Wed, 17 Aug 2011 15:21:32 +0000 (18:21 +0300)
commit9fd4a6a6ba45023d54cd2573e0842170fdfc1d94
treeeb226c1f17f03f66a3415de691cea5eba90eec55
parentdedc5a17d1daadc469e066f24e53d822d105aad0
Introduce VLC_GCC_VERSION macro, fix popcount and clz

This can be used as follows:

 #if VLC_GCC_VERSION(major,minor)
 ...
 #endif

There is nothing "VLC" about it. The prefix is only about namespacing.
include/vlc_common.h
include/vlc_plugin.h
include/vlc_threads.h