Commit a80eae66 authored by Alexey Sokolov's avatar Alexey Sokolov Committed by Rémi Denis-Courmont

Fix LIBVLC_VERSION_INT macro.

LIBVLC_VERSION_REVISION was ignored.
Signed-off-by: default avatarRémi Denis-Courmont <remi@remlab.net>
parent a8e45403
......@@ -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
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment