diff options
author | theuni <theuni@svn> | 2010-07-01 03:14:14 +0000 |
---|---|---|
committer | theuni <theuni@svn> | 2010-07-01 03:14:14 +0000 |
commit | eaec3d0d02778110bf23f7ab05141795c70564cc (patch) | |
tree | 3d4ef5c694411a362f44d44e4539717555a2d4cc /project/BuildDependencies | |
parent | 77476a29e861053e0bdf7554d1fa7bfb4d60fc98 (diff) |
[WIN32] updated: librtmp to v2.3. now fetching the official release from mplayerhq.hu
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@31540 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
Diffstat (limited to 'project/BuildDependencies')
-rw-r--r-- | project/BuildDependencies/scripts/librtmp_d.bat | 5 | ||||
-rw-r--r-- | project/BuildDependencies/scripts/librtmp_d.txt | 3 |
2 files changed, 5 insertions, 3 deletions
diff --git a/project/BuildDependencies/scripts/librtmp_d.bat b/project/BuildDependencies/scripts/librtmp_d.bat index e40a137ba5..cf3960a87d 100644 --- a/project/BuildDependencies/scripts/librtmp_d.bat +++ b/project/BuildDependencies/scripts/librtmp_d.bat @@ -7,7 +7,8 @@ CALL dlextract.bat librtmp %FILES% cd %TMP_PATH%
-xcopy librtmp\* "%CUR_PATH%\include\librtmp\" /E /Q /I /Y
-copy librtmp.dll "%XBMC_PATH%\system\players\dvdplayer\" /Y
+xcopy rtmpdump-2.3\librtmp\*.h "%CUR_PATH%\include\librtmp\" /E /Q /I /Y
+copy rtmpdump-2.3\librtmp\COPYING "%CUR_PATH%\include\librtmp\" /Y
+copy rtmpdump-2.3\librtmp\librtmp.dll "%XBMC_PATH%\system\players\dvdplayer\" /Y
cd %LOC_PATH%
diff --git a/project/BuildDependencies/scripts/librtmp_d.txt b/project/BuildDependencies/scripts/librtmp_d.txt index cf45ca3760..c95f171f20 100644 --- a/project/BuildDependencies/scripts/librtmp_d.txt +++ b/project/BuildDependencies/scripts/librtmp_d.txt @@ -1,2 +1,3 @@ ; filename source of the file
-librtmp.zip http://atlantis.xbmc.org/
+rtmpdump-2.3-windows.zip http://rtmpdump.mplayerhq.hu/download/
+rtmpdump-2.3.tgz http://rtmpdump.mplayerhq.hu/download/
|