aboutsummaryrefslogtreecommitdiff
path: root/project/BuildDependencies/scripts/librtmp_d.bat
diff options
context:
space:
mode:
authorWiSo <wiso@xbmc.org>2011-08-27 20:00:56 +0200
committerWiSo <wiso@xbmc.org>2011-08-27 20:00:56 +0200
commitca83a623826dbb27d1e61c36545acbcd54f5a18a (patch)
tree80efd2c5d41d64a00d1cfebe93b15f8c7cab47da /project/BuildDependencies/scripts/librtmp_d.bat
parent863b39718637bee837817b108eca415e9b12ba66 (diff)
[WIN32] fixed: librtmp wasn't working on win32 (only on win64). Just took the precompiled dll from the rtmpdump homepage and made a package out of it.
Diffstat (limited to 'project/BuildDependencies/scripts/librtmp_d.bat')
-rw-r--r--project/BuildDependencies/scripts/librtmp_d.bat4
1 files changed, 2 insertions, 2 deletions
diff --git a/project/BuildDependencies/scripts/librtmp_d.bat b/project/BuildDependencies/scripts/librtmp_d.bat
index f4e10bc060..717332f68f 100644
--- a/project/BuildDependencies/scripts/librtmp_d.bat
+++ b/project/BuildDependencies/scripts/librtmp_d.bat
@@ -7,7 +7,7 @@ CALL dlextract.bat librtmp %FILES%
cd %TMP_PATH%
-xcopy librtmp-2.4-win32\include\*.h "%CUR_PATH%\include\librtmp\" /E /Q /I /Y
-xcopy librtmp-2.4-win32\lib\*.dll "%XBMC_PATH%\system\players\dvdplayer\" /E /Q /I /Y
+xcopy librtmp-20110723-git-b627335-win32\include\*.h "%CUR_PATH%\include\librtmp\" /E /Q /I /Y
+xcopy librtmp-20110723-git-b627335-win32\lib\*.dll "%XBMC_PATH%\system\players\dvdplayer\" /E /Q /I /Y
cd %LOC_PATH%