Add missing CEC header

This commit is contained in:
Iwan Timmer
2015-06-21 13:49:58 +02:00
parent 8b42cb3f46
commit baf1da7f30
3 changed files with 308 additions and 1 deletions

View File

@@ -91,7 +91,7 @@ static char g_strPort[50] = { 0 };
static libcec_interface_t g_iface;
static ICECCallbacks g_callbacks;
static int on_cec_keypress(void*, const cec_keypress key) {
static int on_cec_keypress(void* userdata, const cec_keypress key) {
char value;
switch (key.keycode) {
case CEC_USER_CONTROL_CODE_UP: