Skip to content
Snippets Groups Projects
Commit 781e9981 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf
Browse files

libtool -version-info takes current[:revision[:age]]

Not current[:age[:revision]]
parent 50d5296d
No related branches found
No related tags found
No related merge requests found
......@@ -43,7 +43,7 @@ DVDCSS_LT_CURRENT=3
DVDCSS_LT_AGE=0
DVDCSS_LT_REVISION=1
AC_SUBST([DVDCSS_LTVERSION], [$DVDCSS_LT_CURRENT:$DVDCSS_LT_AGE:$DVDCSS_LT_REVISION])
AC_SUBST([DVDCSS_LTVERSION], [$DVDCSS_LT_CURRENT:$DVDCSS_LT_REVISION:$DVDCSS_LT_AGE])
AC_PROG_CC
AC_HEADER_STDC
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment