[vlc-devel] [PATCH 1/2] Fix LIBVLC_VERSION_INT macro.

Rémi Denis-Courmont remi at remlab.net
Sat Oct 22 18:13:03 CEST 2011


   Hello,

Merged, thanks.

On Saturday 22 October 2011, Alexey Sokolov wrote:
> LIBVLC_VERSION_REVISION was ignored.
> ---
>  include/vlc/libvlc_version.h.in |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/include/vlc/libvlc_version.h.in
> b/include/vlc/libvlc_version.h.in index 61518f7..d282b66 100644
> --- a/include/vlc/libvlc_version.h.in
> +++ b/include/vlc/libvlc_version.h.in
> @@ -50,6 +50,6 @@
>  /** LibVLC full version as a single integer (for comparison) */
>  # define LIBVLC_VERSION_INT \
>           LIBVLC_VERSION(LIBVLC_VERSION_MAJOR, LIBVLC_VERSION_MINOR, \
> -                        LIBVLC_VERSION_EXTRA, LIBVLC_VERSION_EXTRA)
> +                        LIBVLC_VERSION_REVISION, LIBVLC_VERSION_EXTRA)
> 
>  #endif
-- 
Rémi Denis-Courmont
http://www.remlab.info



More information about the vlc-devel mailing list