diff options
-rw-r--r-- | lib/libcec/Makefile | 4 | ||||
-rw-r--r-- | project/BuildDependencies/scripts/libcec_d.txt | 2 | ||||
-rw-r--r-- | tools/depends/target/libcec/Makefile | 4 |
3 files changed, 5 insertions, 5 deletions
diff --git a/lib/libcec/Makefile b/lib/libcec/Makefile index 7dc3e30e92..262b0d5992 100644 --- a/lib/libcec/Makefile +++ b/lib/libcec/Makefile @@ -7,8 +7,8 @@ # lib name, version LIBNAME=libcec -VERSION=2.1.1 -SOURCE=$(LIBNAME)-$(VERSION) +VERSION=2.1.4 +SOURCE=$(LIBNAME)-$(VERSION)-2 # download location and format BASE_URL=http://mirrors.xbmc.org/build-deps/darwin-libs diff --git a/project/BuildDependencies/scripts/libcec_d.txt b/project/BuildDependencies/scripts/libcec_d.txt index 065ce3ab0e..a126c74497 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.1.1.zip http://mirrors.xbmc.org/build-deps/win32/ +libcec-2.1.4.zip http://mirrors.xbmc.org/build-deps/win32/ diff --git a/tools/depends/target/libcec/Makefile b/tools/depends/target/libcec/Makefile index 0a42317775..e30c549bc2 100644 --- a/tools/depends/target/libcec/Makefile +++ b/tools/depends/target/libcec/Makefile @@ -3,8 +3,8 @@ DEPS= ../../Makefile.include Makefile # lib name, version LIBNAME=libcec -VERSION=2.1.1 -SOURCE=$(LIBNAME)-$(VERSION) +VERSION=2.1.4 +SOURCE=$(LIBNAME)-$(VERSION)-2 ARCHIVE=$(SOURCE).tar.gz # configuration settings |