[mythtv-commits] mythtv/master commit: 20d6852d9 by Peter Stokes (no github username)

MythTV noreply at mythtv.org
Fri Mar 2 08:12:08 UTC 2012


      Author:  Peter Stokes <mythtv at dadeos.co.uk>
 Change Date:  2012-03-02T00:11:29-08:00
   Push Date:  2012/03/02 00:11:52 -0800
  Repository:  mythtv
      Branch:  master
New Revision:  20d6852d905476a0cae3587db04e13a2a33bddbf
   Changeset:  https://github.com/MythTV/mythtv/commit/20d6852d9

Log:

Fix libcec configure to work with v1.5

The detection code contained within the mythtv/configure script is mismatched
to the implementation code contained within libs/libmythui/cecadapter.cpp.

The configure script also checks for the deprecated LoadLibCec() function,
which has been removed from libcec version 1.5 whereas
libs/libmythui/cecadapter.cpp has already been switched to use the new
LibCecInit() function.

Increases the minimum version of libcec to 1.5.

Fixes #10366

Signed-off-by: Gavin Hurlbut <ghurlbut at mythtv.org>

Modified:

   mythtv/configure
   mythtv/libs/libmythui/cecadapter.cpp



More information about the mythtv-commits mailing list