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

Alexey Sokolov alexey at alexeysokolov.co.cc
Sat Oct 22 13:10:36 CEST 2011


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
-- 
1.7.3.4




More information about the vlc-devel mailing list