aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--project/BuildDependencies/scripts/libcec_d.txt2
-rw-r--r--tools/android/depends/libcec/Makefile4
-rw-r--r--tools/darwin/depends/libcec/Makefile2
3 files changed, 4 insertions, 4 deletions
diff --git a/project/BuildDependencies/scripts/libcec_d.txt b/project/BuildDependencies/scripts/libcec_d.txt
index c4032f92a3..c1419b58df 100644
--- a/project/BuildDependencies/scripts/libcec_d.txt
+++ b/project/BuildDependencies/scripts/libcec_d.txt
@@ -1,3 +1,3 @@
; filename source of the file
-libcec-2.0.3.zip http://mirrors.xbmc.org/build-deps/win32/
+libcec-2.0.5.zip http://mirrors.xbmc.org/build-deps/win32/
diff --git a/tools/android/depends/libcec/Makefile b/tools/android/depends/libcec/Makefile
index 2c9565bae2..8cc3c7ba49 100644
--- a/tools/android/depends/libcec/Makefile
+++ b/tools/android/depends/libcec/Makefile
@@ -3,7 +3,7 @@ DEPS= ../Makefile.include android.patch Makefile
# lib name, version
LIBNAME=libcec
-VERSION=1.5.2
+VERSION=2.0.5
SOURCE=$(LIBNAME)-$(VERSION)
ARCHIVE=$(SOURCE).tar.gz
@@ -11,7 +11,7 @@ ARCHIVE=$(SOURCE).tar.gz
CONFIGURE=./configure --prefix=$(PREFIX) --host=$(HOST) \
ac_cv_search_dlopen=yes
-LIBDYLIB=$(PLATFORM)/src/lib/.libs/libcec.so.1.0.5
+LIBDYLIB=$(PLATFORM)/src/lib/.libs/libcec.so.2.0.0
all: .installed-$(PLATFORM)
diff --git a/tools/darwin/depends/libcec/Makefile b/tools/darwin/depends/libcec/Makefile
index a82ad02d23..b06fd0e84c 100644
--- a/tools/darwin/depends/libcec/Makefile
+++ b/tools/darwin/depends/libcec/Makefile
@@ -3,7 +3,7 @@ include ../config.site.mk
# lib name, version
LIBNAME=libcec
-VERSION=2.0.3
+VERSION=2.0.5
SOURCE=$(LIBNAME)-$(VERSION)
ARCHIVE=$(SOURCE).tar.gz