Branch: refs/heads/master
Home: https://github.com/mltframework/mlt
Commit: 9b327b63d874e7d5b959343e61c205d0f2bf20d1
https://github.com/mltframework/mlt/commit/9b327b63d874e7d5b959343e61c205d0f2bf20d1
Author: comex <com...@gmail.com>
Date: 2018-08-04 (Sat, 04 Aug 2018)
Changed paths:
M src/modules/qt/configure
Log Message:
-----------
Fix Qt version check in configure script
The existing script uses awk to convert the version number to a float,
then compares that to 5.6. I have Qt 5.11 installed; numerically,
5.11 < 5.6, so it thinks I have an old version of Qt. Fix this by
splitting by "." and comparing the version components individually.
**NOTE:** This service has been marked for deprecation:
https://developer.github.com/changes/2018-04-25-github-services-deprecation/
Functionality will be removed from GitHub.com on January 31st, 2019.
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Mlt-devel mailing list
Mlt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mlt-devel