diff options
author | Lars Op den Kamp <lars@opdenkamp.eu> | 2013-12-16 11:47:27 +0100 |
---|---|---|
committer | Lars Op den Kamp <lars@opdenkamp.eu> | 2013-12-18 10:03:56 +0100 |
commit | 1e7cccbb644d503ef53aa85f96c41f6f85866f4d (patch) | |
tree | 9ac61c09d5e38eb898324d4f075e6a81c4b6c75b /lib | |
parent | 66e8eb2e9c0c9d7f044850ddd5e3b8e6aeb14925 (diff) |
[CEC] bump to libCEC 2.1.4
changelog can be found here: https://github.com/Pulse-Eight/libcec/blob/release/ChangeLog
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libcec/Makefile | 4 |
1 files changed, 2 insertions, 2 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 |