diff options
author | WiSo <wiso@xbmc.org> | 2011-04-09 19:43:55 +0200 |
---|---|---|
committer | WiSo <wiso@xbmc.org> | 2011-04-09 19:43:55 +0200 |
commit | f3d988b1ae6342f7054eac008a25054e3b604d26 (patch) | |
tree | 174f419046d1ccd6c485042e6ba36d71e44a80a6 /project | |
parent | 5d46ee610337e123c89175a90a52aca30df065c4 (diff) |
[WIN32] download ogg/vorbis headers and dlls from our mirror
Diffstat (limited to 'project')
-rw-r--r-- | project/BuildDependencies/scripts/liboggvorbis_d.bat | 17 | ||||
-rw-r--r-- | project/BuildDependencies/scripts/liboggvorbis_d.txt | 5 |
2 files changed, 22 insertions, 0 deletions
diff --git a/project/BuildDependencies/scripts/liboggvorbis_d.bat b/project/BuildDependencies/scripts/liboggvorbis_d.bat new file mode 100644 index 0000000000..6816e6c2f8 --- /dev/null +++ b/project/BuildDependencies/scripts/liboggvorbis_d.bat @@ -0,0 +1,17 @@ +@ECHO OFF + +SET LOC_PATH=%CD% +SET FILES=%LOC_PATH%\liboggvorbis_d.txt + +CALL dlextract.bat liboggvorbis %FILES% + +cd %TMP_PATH% + +xcopy include\ogg "%CUR_PATH%\include\ogg" /E /Q /I /Y +xcopy include\vorbis "%CUR_PATH%\include\vorbis" /E /Q /I /Y +copy bin\ogg.dll "%XBMC_PATH%\system\cdrip\" /Y +copy bin\vorbis.dll "%XBMC_PATH%\system\cdrip\" /Y +copy bin\vorbisenc.dll "%XBMC_PATH%\system\cdrip\" /Y +copy bin\vorbisfile.dll "%XBMC_PATH%\system\players\paplayer\" /Y + +cd %LOC_PATH% diff --git a/project/BuildDependencies/scripts/liboggvorbis_d.txt b/project/BuildDependencies/scripts/liboggvorbis_d.txt new file mode 100644 index 0000000000..3270d64472 --- /dev/null +++ b/project/BuildDependencies/scripts/liboggvorbis_d.txt @@ -0,0 +1,5 @@ +; filename mirror of the file source of the file +libogg-vc100-1.2.0-bin.tar.bz2 http://mirrors.xbmc.org/build-deps/win32/ http://winkde.org/pub/kde/ports/win32/releases/stable/4.5.4/libogg-vc100-1.2.0-bin.tar.bz2 +libogg-vc100-1.2.0-lib.tar.bz2 http://mirrors.xbmc.org/build-deps/win32/ http://winkde.org/pub/kde/ports/win32/releases/stable/4.5.4/libogg-vc100-1.2.0-lib.tar.bz2 +libvorbis-vc100-1.3.1-bin.tar.bz2 http://mirrors.xbmc.org/build-deps/win32/ http://winkde.org/pub/kde/ports/win32/releases/stable/4.5.4/libvorbis-vc100-1.3.1-bin.tar.bz2 +libvorbis-vc100-1.3.1-lib.tar.bz2 http://mirrors.xbmc.org/build-deps/win32/ http://winkde.org/pub/kde/ports/win32/releases/stable/4.5.4/libvorbis-vc100-1.3.1-lib.tar.bz2
\ No newline at end of file |