diff options
author | Lars Op den Kamp <lars@opdenkamp.eu> | 2012-08-31 01:04:29 +0200 |
---|---|---|
committer | gimli <ebsi4711@gmail.com> | 2012-09-04 23:00:59 +0200 |
commit | 19793b2d0f720b9473356b8814d4c75bd33c421f (patch) | |
tree | 570b292b1bb65a3ac5f55de28de1a67389b70b07 | |
parent | 2f7a3762c3ee32c1bd5a1bc2db53215f5f2ce6cc (diff) |
cec: bump the libCEC versions of win32 and osx to 1.8.1 (same as linux)
-rw-r--r-- | lib/libcec/Makefile | 2 | ||||
-rw-r--r-- | project/BuildDependencies/scripts/libcec_d.txt | 2 | ||||
-rw-r--r-- | tools/darwin/depends/libcec/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/lib/libcec/Makefile b/lib/libcec/Makefile index c1eed1e6ea..b521c14551 100644 --- a/lib/libcec/Makefile +++ b/lib/libcec/Makefile @@ -7,7 +7,7 @@ # lib name, version LIBNAME=libcec -VERSION=1.7.1 +VERSION=1.8.1 SOURCE=$(LIBNAME)-$(VERSION) # download location and format diff --git a/project/BuildDependencies/scripts/libcec_d.txt b/project/BuildDependencies/scripts/libcec_d.txt index 5bead42f9a..1e827d6b5b 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-1.7.1.zip http://mirrors.xbmc.org/build-deps/win32/ +libcec-1.8.1.zip http://mirrors.xbmc.org/build-deps/win32/ diff --git a/tools/darwin/depends/libcec/Makefile b/tools/darwin/depends/libcec/Makefile index 367386783e..c516346a23 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=1.7.1 +VERSION=1.8.1 SOURCE=$(LIBNAME)-$(VERSION) ARCHIVE=$(SOURCE).tar.gz |