diff options
author | Lars Op den Kamp <lars@opdenkamp.eu> | 2012-11-10 03:08:47 +0100 |
---|---|---|
committer | Lars Op den Kamp <lars@opdenkamp.eu> | 2012-11-10 03:08:47 +0100 |
commit | af5cd6de5bf410c6ff17a13fedc80c915347ff69 (patch) | |
tree | 35b622077ab8981a5d22d05cc066e888a9383413 /tools | |
parent | ca5cf58d6f1e8120a9cc14b3d480e3bbe6c222b0 (diff) |
bump darwin and android xbmc-pvr-adons dep to git rev 4b2f68d153ca4118ac4b11f74b6f1b2d6d19352a. previous commit had unresolved symbols in the myth and dvbviewer add-ons, which are only built when configured to use system libs as deps (and darwin has this enabled)
Diffstat (limited to 'tools')
-rw-r--r-- | tools/android/depends/xbmc-pvr-addons/Makefile | 2 | ||||
-rw-r--r-- | tools/darwin/depends/xbmc-pvr-addons/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tools/android/depends/xbmc-pvr-addons/Makefile b/tools/android/depends/xbmc-pvr-addons/Makefile index b16200ba6e..c5f9eb2978 100644 --- a/tools/android/depends/xbmc-pvr-addons/Makefile +++ b/tools/android/depends/xbmc-pvr-addons/Makefile @@ -2,7 +2,7 @@ include ../Makefile.include DEPS= ../Makefile.include Makefile LIBNAME=xbmc-pvr-addons -VERSION=4e24ae699004e7bcf4e3beafa2e2bc13456c2e0c +VERSION=4b2f68d153ca4118ac4b11f74b6f1b2d6d19352a GIT_DIR=$(TARBALLS_LOCATION)/$(LIBNAME).git BASE_URL=git://github.com/opdenkamp/$(LIBNAME).git DYLIB=$(PLATFORM)/addons/pvr.demo/.libs/libpvrdemo-addon.so diff --git a/tools/darwin/depends/xbmc-pvr-addons/Makefile b/tools/darwin/depends/xbmc-pvr-addons/Makefile index f4b3d737dc..7ae86edde8 100644 --- a/tools/darwin/depends/xbmc-pvr-addons/Makefile +++ b/tools/darwin/depends/xbmc-pvr-addons/Makefile @@ -5,7 +5,7 @@ XBMC_ADDONSDIR=../../../../addons # lib name, version LIBNAME=xbmc-pvr-addons -VERSION=4e24ae699004e7bcf4e3beafa2e2bc13456c2e0c +VERSION=4b2f68d153ca4118ac4b11f74b6f1b2d6d19352a SOURCE=$(LIBNAME)-$(VERSION) ARCHIVE=$(SOURCE).tar.gz |