aboutsummaryrefslogtreecommitdiff
path: root/project/BuildDependencies
diff options
context:
space:
mode:
authorWiSo <wiso@xbmc.org>2012-01-12 19:15:02 +0100
committerWiSo <wiso@xbmc.org>2012-01-12 19:15:02 +0100
commit1ec0d51c4fb89a81bef2cd1a7bae6f787ff93918 (patch)
treeae8b7ae2cf91f4711730e1cc40b6dcf40546b595 /project/BuildDependencies
parentaa894367ba149f53f38f86cc28746248d0cc86a0 (diff)
[WIN32] fixed: impossible to seek via nfs for files bigger than 2GB. closes #12351 (thanks Memphiz)
Diffstat (limited to 'project/BuildDependencies')
-rw-r--r--project/BuildDependencies/scripts/libnfs_d.bat4
-rw-r--r--project/BuildDependencies/scripts/libnfs_d.txt2
2 files changed, 3 insertions, 3 deletions
diff --git a/project/BuildDependencies/scripts/libnfs_d.bat b/project/BuildDependencies/scripts/libnfs_d.bat
index ce50cedc84..b7d39d2725 100644
--- a/project/BuildDependencies/scripts/libnfs_d.bat
+++ b/project/BuildDependencies/scripts/libnfs_d.bat
@@ -7,7 +7,7 @@ CALL dlextract.bat libnfs %FILES%
cd %TMP_PATH%
-xcopy libnfs-20111208-win32\include\* "%CUR_PATH%\include\" /E /Q /I /Y
-copy libnfs-20111208-win32\bin\libnfs.dll "%XBMC_PATH%\system\" /Y
+xcopy libnfs-20120112-win32\include\* "%CUR_PATH%\include\" /E /Q /I /Y
+copy libnfs-20120112-win32\bin\libnfs.dll "%XBMC_PATH%\system\" /Y
cd %LOC_PATH%
diff --git a/project/BuildDependencies/scripts/libnfs_d.txt b/project/BuildDependencies/scripts/libnfs_d.txt
index ff2d54652c..bfd1a04e60 100644
--- a/project/BuildDependencies/scripts/libnfs_d.txt
+++ b/project/BuildDependencies/scripts/libnfs_d.txt
@@ -1,2 +1,2 @@
; filename source of the file
-libnfs-20111208-win32.7z http://mirrors.xbmc.org/build-deps/win32/
+libnfs-20120112-win32.7z http://mirrors.xbmc.org/build-deps/win32/