diff options
author | Lars Op den Kamp <lars@opdenkamp.eu> | 2012-12-07 00:16:36 +0100 |
---|---|---|
committer | Lars Op den Kamp <lars@opdenkamp.eu> | 2012-12-07 00:16:36 +0100 |
commit | e979ca980745eda50d5506431e379dedf76466f9 (patch) | |
tree | 86ac97e9e186a41ab52afd3e6dea3df780ec0d1f /tools | |
parent | 81919a565b21e5d1afa85222664391e65e2de97c (diff) |
[cec] libCEC 2.0.5 with fixed build flags
Diffstat (limited to 'tools')
-rw-r--r-- | tools/android/depends/libcec/Makefile | 2 | ||||
-rw-r--r-- | tools/darwin/depends/libcec/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tools/android/depends/libcec/Makefile b/tools/android/depends/libcec/Makefile index 8cc3c7ba49..7a9256640b 100644 --- a/tools/android/depends/libcec/Makefile +++ b/tools/android/depends/libcec/Makefile @@ -3,7 +3,7 @@ DEPS= ../Makefile.include android.patch Makefile # lib name, version LIBNAME=libcec -VERSION=2.0.5 +VERSION=2.0.5-2 SOURCE=$(LIBNAME)-$(VERSION) ARCHIVE=$(SOURCE).tar.gz diff --git a/tools/darwin/depends/libcec/Makefile b/tools/darwin/depends/libcec/Makefile index b06fd0e84c..41d9b7ee72 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 +VERSION=2.0.5-2 SOURCE=$(LIBNAME)-$(VERSION) ARCHIVE=$(SOURCE).tar.gz |