libcec: update to libcec-1588319

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2012-04-20 01:51:57 +02:00
parent 2d2fb51a1e
commit 4ffd9dfb34
2 changed files with 1 additions and 25 deletions

View File

@ -19,7 +19,7 @@
################################################################################ ################################################################################
PKG_NAME="libcec" PKG_NAME="libcec"
PKG_VERSION="1bede53" PKG_VERSION="1588319"
PKG_REV="1" PKG_REV="1"
PKG_ARCH="any" PKG_ARCH="any"
PKG_LICENSE="GPL" PKG_LICENSE="GPL"

View File

@ -1,24 +0,0 @@
From a7733ae4f8ef999d1b05849ac32037148fb103ef Mon Sep 17 00:00:00 2001
From: Lars Op den Kamp <lars@opdenkamp.eu>
Date: Mon, 19 Mar 2012 10:09:52 +0100
Subject: [PATCH] cec: fix gcc 4.7 compilation
---
src/lib/platform/posix/os-types.h | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/src/lib/platform/posix/os-types.h b/src/lib/platform/posix/os-types.h
index b8783b1..b89b9cc 100644
--- a/src/lib/platform/posix/os-types.h
+++ b/src/lib/platform/posix/os-types.h
@@ -32,6 +32,7 @@
*/
#define _FILE_OFFSET_BITS 64
+#include <unistd.h>
#include <string.h>
#include <errno.h>
#include <sys/time.h>
--
1.7.5.4