cec: changed to use dlopen instead of static linkage. shuffled headers a bit. bumped...
authorLars Op den Kamp <lars@opdenkamp.eu>
Wed, 12 Oct 2011 19:10:17 +0000 (21:10 +0200)
committerLars Op den Kamp <lars@opdenkamp.eu>
Wed, 12 Oct 2011 19:10:17 +0000 (21:10 +0200)
commitacec5f4851b1930cafb6ddc044131204a017401e
tree3312ff4903faef9ec13f96ff4e221e8b269fc740
parentddb76c470aa282f59064c8e2ffe20a0785463167
cec: changed to use dlopen instead of static linkage. shuffled headers a bit. bumped interface to version 7
17 files changed:
configure.ac
include/CECExports.h [deleted file]
include/CECTypes.h [deleted file]
include/libcec/CECExports.h [moved from include/CECExportsCpp.h with 60% similarity]
include/libcec/CECExportsC.h [moved from include/CECExportsC.h with 99% similarity]
include/libcec/CECLoader.h [new file with mode: 0644]
include/libcec/CECTypes.h [new file with mode: 0644]
src/lib/AdapterCommunication.h
src/lib/AdapterDetection.h
src/lib/CECProcessor.cpp
src/lib/CECProcessor.h
src/lib/LibCEC.h
src/lib/LibCECC.cpp
src/lib/Makefile.am
src/lib/platform/serialport.h
src/testclient/Makefile.am
src/testclient/main.cpp