diff options
author | Lars Op den Kamp <opdenkamp@gmail.com> | 2012-10-10 04:26:54 -0700 |
---|---|---|
committer | Lars Op den Kamp <opdenkamp@gmail.com> | 2012-10-10 04:26:54 -0700 |
commit | 922dfc46ef06a8fe7a00f90b195cb735bbdfcff7 (patch) | |
tree | 2d005e7f280e15a4b21c9f12586d6990aa174c1a /lib | |
parent | ad6ef9bee829ee3704b913d0e6988d85b6975325 (diff) | |
parent | 415d11c4dfbe7d4e1f3d22ce3f01a2385b69d5db (diff) |
Merge pull request #1576 from Pulse-Eight/libcec2
[cec] libCEC 2.0.0 support
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libcec/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libcec/Makefile b/lib/libcec/Makefile index b521c14551..edc6ea8fc0 100644 --- a/lib/libcec/Makefile +++ b/lib/libcec/Makefile @@ -7,7 +7,7 @@ # lib name, version LIBNAME=libcec -VERSION=1.8.1 +VERSION=2.0.0 SOURCE=$(LIBNAME)-$(VERSION) # download location and format |