cec icon indicating copy to clipboard operation
cec copied to clipboard

cec.go - a golang binding for libcec

Results 4 cec issues
Sort by recently updated
recently updated
newest added

```shell > go get github.com/chbmuc/cec # github.com/chbmuc/cec ../../go/pkg/mod/github.com/chbmuc/[email protected]/libcec.go:173:5: could not determine kind of name for C.libcec_mute_audio ```

Is there any plan to implement a listener so that we can read/receive CEC commands?

When trying to compile I get the following: # command-line-arguments /usr/bin/ld: /usr/local/lib/libp8-platform.a(StringUtils.cpp.o): undefined reference to symbol '_ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev@@GLIBCXX_3.4.21' //usr/lib/arm-linux-gnueabihf/libstdc++.so.6: error adding symbols: DSO missing from command line collect2: error: ld returned...

Discovered today that this package doesn't build when following the directions in the README. It looks like the API to libcec has changed - a number of functions have been...