Opened 9 years ago
Closed 9 years ago
#10154 closed Bug Report - General (fixed)
Version checking in libcec 1.0 has changed
Reported by: | Owned by: | markk | |
---|---|---|---|
Priority: | minor | Milestone: | 0.25 |
Component: | MythTV - General | Version: | Master Head |
Severity: | low | Keywords: | libcec |
Cc: | Ticket locked: | no |
Description
The function call to find the version of libcec has changed in the latest version. MythTV fails compilation as GetMinVersion? has now become GetMinLibVersion?.
Also the check of library version against minimum requirement is reversed. If the library is version 1.1 and the requirement is 1.0 the use of libcec will be aborted.
Change History (2)
Note: See
TracTickets for help on using
tickets.
libCEC: Update the library version checks.
Fixes #10154