vlc | branch: master | Alexey Sokolov <[email protected]> | Sat Oct 22 18:10:36 2011 +0700| [a80eae667341871ca8b235f11f5ffaa3f40b5cfd] | committer: Rémi Denis-Courmont
Fix LIBVLC_VERSION_INT macro. LIBVLC_VERSION_REVISION was ignored. Signed-off-by: Rémi Denis-Courmont <[email protected]> > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=a80eae667341871ca8b235f11f5ffaa3f40b5cfd --- 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 _______________________________________________ vlc-commits mailing list [email protected] http://mailman.videolan.org/listinfo/vlc-commits
