[vlc-commits] Fix LIBVLC_VERSION_INT macro.

Alexey Sokolov git at videolan.org
Sat Oct 22 18:12:25 CEST 2011


vlc | branch: master | Alexey Sokolov <alexey at alexeysokolov.co.cc> | 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 <remi at remlab.net>

> 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



More information about the vlc-commits mailing list