diff options
author | jenkins4kodi <jenkins4kodi@users.noreply.github.com> | 2014-10-21 22:33:54 +0200 |
---|---|---|
committer | jenkins4kodi <jenkins4kodi@users.noreply.github.com> | 2014-10-21 22:33:54 +0200 |
commit | 3c58e467a430a78802cee362136a9e4d06b528e6 (patch) | |
tree | f17701ec5bea3d2648eab2e2f7df9d4e14997040 | |
parent | 757effd7dbe05a671248bb98cf338ef9190b17e3 (diff) | |
parent | f7925792ed846919a47bb87c92b4759677ff04b2 (diff) |
Merge pull request #5544 from opdenkamp/pvraddonsoct
-rw-r--r-- | project/Win32BuildSetup/buildpvraddons.bat | 2 | ||||
-rw-r--r-- | tools/depends/target/xbmc-pvr-addons/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/project/Win32BuildSetup/buildpvraddons.bat b/project/Win32BuildSetup/buildpvraddons.bat index 4fca616ebf..c52b9c0479 100644 --- a/project/Win32BuildSetup/buildpvraddons.bat +++ b/project/Win32BuildSetup/buildpvraddons.bat @@ -9,7 +9,7 @@ SET DEPS_DIR=..\BuildDependencies SET TMP_DIR=%DEPS_DIR%\tmp SET LIBNAME=xbmc-pvr-addons -SET VERSION=79ca634891d09b5bb6cf4256389dc681a1041903 +SET VERSION=067befe6b8da81e29abca8cd394d08c84233677b SET SOURCE=%LIBNAME% SET GIT_URL=git://github.com/opdenkamp/%LIBNAME%.git SET SOURCE_DIR=%TMP_DIR%\%SOURCE% diff --git a/tools/depends/target/xbmc-pvr-addons/Makefile b/tools/depends/target/xbmc-pvr-addons/Makefile index a087cff4c1..ec6c715169 100644 --- a/tools/depends/target/xbmc-pvr-addons/Makefile +++ b/tools/depends/target/xbmc-pvr-addons/Makefile @@ -2,7 +2,7 @@ include ../../Makefile.include #DEPS= ../../Makefile.include Makefile LIBNAME=xbmc-pvr-addons -VERSION=79ca634891d09b5bb6cf4256389dc681a1041903 +VERSION=067befe6b8da81e29abca8cd394d08c84233677b GIT_DIR=$(TARBALLS_LOCATION)/$(LIBNAME).git BASE_URL=git://github.com/opdenkamp/$(LIBNAME).git DYLIB=$(PLATFORM)/addons/pvr.demo/.libs/libpvrdemo-addon.so |