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 | |
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')
-rw-r--r-- | project/BuildDependencies/scripts/librtmp_d.bat | 4 | ||||
-rw-r--r-- | project/BuildDependencies/scripts/librtmp_d.txt | 4 |
2 files changed, 4 insertions, 4 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% diff --git a/project/BuildDependencies/scripts/librtmp_d.txt b/project/BuildDependencies/scripts/librtmp_d.txt index 610e53138b..0b8eef18df 100644 --- a/project/BuildDependencies/scripts/librtmp_d.txt +++ b/project/BuildDependencies/scripts/librtmp_d.txt @@ -1,2 +1,2 @@ -; filename mirror source of the file -librtmp-2.4-win32-repack.7z http://mirrors.xbmc.org/build-deps/win32/ http://rtmpdump.mplayerhq.hu/ +; filename mirror source of the file +librtmp-20110723-git-b627335-win32.7z http://mirrors.xbmc.org/build-deps/win32/ http://rtmpdump.mplayerhq.hu/ |