diff options
author | Lars Op den Kamp <opdenkamp@gmail.com> | 2013-03-01 14:18:03 -0800 |
---|---|---|
committer | Lars Op den Kamp <opdenkamp@gmail.com> | 2013-03-01 14:18:03 -0800 |
commit | 5731da5a7eb0ce6e40d9b2ed6ca0642142b39bb3 (patch) | |
tree | 95afde070fa6e39fcbbda7b7b86f61c181439cc7 /tools | |
parent | f65e61c8e8b075fec71ed28841b374299d1cbe4f (diff) | |
parent | 1bcf7ba537db5a347d5f567ba87f81609e363c16 (diff) |
Merge pull request #1794 from opdenkamp/cecdevscan
[cec] get the CEC devices that are connected to the system from libCEC
Diffstat (limited to 'tools')
-rw-r--r-- | tools/android/depends/libcec/Makefile | 4 | ||||
-rw-r--r-- | tools/darwin/depends/libcec/Makefile | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/tools/android/depends/libcec/Makefile b/tools/android/depends/libcec/Makefile index 7d9b6b80c3..014714727e 100644 --- a/tools/android/depends/libcec/Makefile +++ b/tools/android/depends/libcec/Makefile @@ -3,7 +3,7 @@ DEPS= ../Makefile.include Makefile # lib name, version LIBNAME=libcec -VERSION=2.0.5-3 +VERSION=2.1.0 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.2.0.0 +LIBDYLIB=$(PLATFORM)/src/lib/.libs/libcec.so.2.0.1 all: .installed-$(PLATFORM) diff --git a/tools/darwin/depends/libcec/Makefile b/tools/darwin/depends/libcec/Makefile index 3e84bffb0a..b7970dd26b 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.5-3 +VERSION=2.1.0 SOURCE=$(LIBNAME)-$(VERSION) ARCHIVE=$(SOURCE).tar.gz |