xbmc-addon-xvdr: update to xbmc-addon-xvdr-df31b08

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2012-06-28 17:54:13 +02:00
parent 502bbbc55a
commit 8d2120273d
2 changed files with 1 additions and 12 deletions

View File

@ -19,7 +19,7 @@
################################################################################
PKG_NAME="xbmc-addon-xvdr"
PKG_VERSION="8d57661"
PKG_VERSION="df31b08"
PKG_REV="1"
PKG_ARCH="any"
PKG_LICENSE="GPL"

View File

@ -1,11 +0,0 @@
diff -Naur xbmc-addon-xvdr-8d57661/src/xvdr/XVDRSession.cpp xbmc-addon-xvdr-8d57661.patch/src/xvdr/XVDRSession.cpp
--- xbmc-addon-xvdr-8d57661/src/xvdr/XVDRSession.cpp 2012-03-22 13:38:00.000000000 +0100
+++ xbmc-addon-xvdr-8d57661.patch/src/xvdr/XVDRSession.cpp 2012-03-30 04:04:13.345131222 +0200
@@ -27,6 +27,7 @@
#include <fcntl.h>
#include <sys/types.h>
#include <sys/stat.h>
+#include <unistd.h>
#include "responsepacket.h"
#include "requestpacket.h"