diff options
author | WiSo <wiso@xbmc.org> | 2011-08-27 20:00:56 +0200 |
---|---|---|
committer | WiSo <wiso@xbmc.org> | 2011-08-27 20:00:56 +0200 |
commit | ca83a623826dbb27d1e61c36545acbcd54f5a18a (patch) | |
tree | 80efd2c5d41d64a00d1cfebe93b15f8c7cab47da /project/BuildDependencies/scripts/librtmp_d.bat | |
parent | 863b39718637bee837817b108eca415e9b12ba66 (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.bat | 4 |
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% |