diff options
author | WiSo <wiso@xbmc.org> | 2013-01-27 00:34:49 +0100 |
---|---|---|
committer | WiSo <wiso@xbmc.org> | 2013-01-27 00:34:49 +0100 |
commit | dc3756dd462ece6010baf17116056ad433eb7a62 (patch) | |
tree | 2c666f7c9745e091df2e64f9e2738053510f01b8 /project/BuildDependencies/scripts | |
parent | 7c84a55fb30a58db556ad3b1ab1627608bbd6714 (diff) |
[WIN32] switched from internal liblame to external (3.99.5) and download it from our mirrors. /lib/liblame can be removed if no one else uses it.
Diffstat (limited to 'project/BuildDependencies/scripts')
-rw-r--r-- | project/BuildDependencies/scripts/lame_enc_d.bat | 13 | ||||
-rw-r--r-- | project/BuildDependencies/scripts/lame_enc_d.txt | 2 |
2 files changed, 15 insertions, 0 deletions
diff --git a/project/BuildDependencies/scripts/lame_enc_d.bat b/project/BuildDependencies/scripts/lame_enc_d.bat new file mode 100644 index 0000000000..11cd3b452f --- /dev/null +++ b/project/BuildDependencies/scripts/lame_enc_d.bat @@ -0,0 +1,13 @@ +@ECHO OFF + +SET LOC_PATH=%CD% +SET FILES=%LOC_PATH%\lame_enc_d.txt + +CALL dlextract.bat lame_enc %FILES% + +cd %TMP_PATH% + +del lame_enc-3.99.5-win32\readme.txt +xcopy lame_enc-3.99.5-win32\* "%XBMC_PATH%\" /E /Q /I /Y + +cd %LOC_PATH% diff --git a/project/BuildDependencies/scripts/lame_enc_d.txt b/project/BuildDependencies/scripts/lame_enc_d.txt new file mode 100644 index 0000000000..041dad2f8e --- /dev/null +++ b/project/BuildDependencies/scripts/lame_enc_d.txt @@ -0,0 +1,2 @@ +; filename source of the file +lame_enc-3.99.5-win32.7z http://mirrors.xbmc.org/build-deps/win32/ |