<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>Just can't get a different version of libcec to stick for mythtv.<br><br>Have installed libcec by Pulse Eight - <a href="https://github.com/Pulse-Eight/libcec" target="_blank">https://github.com/Pulse-Eight/libcec</a><br><br>It placed the library files in /usr/local/includes as follows (I did the chmod 777 trying to get it to work, I think it started as 744)<br><br>mark@mark-EP35-DS3:/usr/local/include$ ls -l<br>total 4<br>drwxrwxrwx 2 root root 4096 Dec 22 13:36 libcec<br>mark@mark-EP35-DS3:/usr/local/include$ cd libcec<br>mark@mark-EP35-DS3:/usr/local/include/libcec$ ls -l<br>total 100<br>-rwxrwxrwx 1 root root 9932 Dec 22 13:36 cecc.h<br>-rwxrwxrwx 1 root root 20407 Dec 22 13:36 cec.h<br>-rwxrwxrwx 1 root root 5802 Dec 22 13:36 cecloader.h<br>-rwxrwxrwx 1 root root 57374 Dec 22 13:36 cectypes.h<br>mark@mark-EP35-DS3:/usr/local/include/libcec$ <br><br><br>This is my configure line:<br><br>./configure --enable-libmp3lame --enable-libfaac --enable-libx264 --enable-libvpx --enable-libxvid --enable-proc-opt --compile-type=profile --enable-nonfree --libcec-path=/usr/local/include<br><br>And this is the result - no libcec:<br><br>mark@mark-EP35-DS3:~/mythtv_sources/mythtv/mythtv$ ./configure --enable-libmp3lame --enable-libfaac --enable-libx264 --enable-libvpx --enable-libxvid --enable-proc-opt --compile-type=profile --enable-nonfree --libcec-path=/usr/local/include<br># Basic Settings<br>Compile type profile<br>Compiler cache yes<br>DistCC no<br>qmake /usr/bin/qmake<br>install prefix /usr/local<br>runtime prefix /usr/local<br>CPU x86 x86_32 (model name : Intel(R) Core(TM)2 Duo CPU E8200 @ 2.66GHz)<br>yasm yes<br>MMX enabled yes<br>MMXEXT enabled yes<br>3DNow! enabled yes<br>3DNow! extended enabled yes<br>SSE enabled yes<br>SSSE3 enabled yes<br>AVX enabled yes<br>FMA4 enabled yes<br>CMOV enabled yes<br><br># Input Support<br>Joystick menu yes<br>lirc support yes<br>libCEC device support no [/usr/local/include]<br>Video4Linux support yes<br>ivtv support yes<br>HD-PVR support yes<br>FireWire support yes<br>DVB support yes [/usr/include]<br>DVB-S2 support yes<br>HDHomeRun support yes<br>Ceton support yes<br>ASI support no<br><br># Sound Output Support<br>PulseAudio support yes<br>OSS support yes<br>ALSA support yes<br>JACK support no<br>libfftw3 support yes<br><br># Video Output Support<br>x11 support yes<br>xrandr support yes<br>xv support yes<br>VDPAU support yes<br>VAAPI support yes<br>CrystalHD support yes<br>OpenGL video yes<br>MHEG support yes<br>libass subtitle support yes<br><br># Misc Features<br>multi threaded libavcodec yes<br>libxml2 support yes [/usr/include/libxml2]<br>libdns_sd (Bonjour) yes<br>libcrypto yes<br>Frontend yes<br>Backend yes<br>OpenGL ES 2.0 no<br>mythlogserver yes<br><br># Bindings<br>bindings_perl yes<br>bindings_python yes<br>bindings_php yes<br><br># External Codec Options<br>mp3lame yes<br>faac yes<br>xvid yes<br>x264 yes<br>vpx yes<br>SDL no<br><br>Creating libs/libmythbase/mythconfig.h and libs/libmythbase/mythconfig.mak<br><br>WARNING: When using --enable-proc-opt you must include the <br> output of ./configure along with any bug report.<br><br>external/FFmpeg/libavutil/avconfig.h is unchanged<br>Configuring zeromq...<br>Configuring nzmqt...<br>Configuring qjson...<br>Configuring libhdhomerun...<br>Configuring libmythbluray...<br>Configuring libsamplerate...<br><br><br><br>What have I missed?<br><br>                                            </div></body>
</html>