aboutsummaryrefslogtreecommitdiff
path: root/project/BuildDependencies/scripts
diff options
context:
space:
mode:
authorWiSo <wiso@xbmc.org>2011-03-26 23:42:21 +0100
committerWiSo <wiso@xbmc.org>2011-03-26 23:42:21 +0100
commited8e3298af2886ad3436c9043a6d58739f3ba6c5 (patch)
tree558599edf5baef14e87fea423510d38e1be4eb89 /project/BuildDependencies/scripts
parent9e758d134eefc0cefb0861eb33eed058d7506b08 (diff)
[WIN32] added download scripts for libFLAC
Diffstat (limited to 'project/BuildDependencies/scripts')
-rw-r--r--project/BuildDependencies/scripts/libflac_d.bat13
-rw-r--r--project/BuildDependencies/scripts/libflac_d.txt2
2 files changed, 15 insertions, 0 deletions
diff --git a/project/BuildDependencies/scripts/libflac_d.bat b/project/BuildDependencies/scripts/libflac_d.bat
new file mode 100644
index 0000000000..132123b29b
--- /dev/null
+++ b/project/BuildDependencies/scripts/libflac_d.bat
@@ -0,0 +1,13 @@
+@ECHO OFF
+
+SET LOC_PATH=%CD%
+SET FILES=%LOC_PATH%\libflac_d.txt
+
+CALL dlextract.bat libflac %FILES%
+
+cd %TMP_PATH%
+
+xcopy include\FLAC "%CUR_PATH%\include\FLAC" /E /Q /I /Y
+copy lib\libFLAC.dll "%XBMC_PATH%\system\players\paplayer\" /Y
+
+cd %LOC_PATH%
diff --git a/project/BuildDependencies/scripts/libflac_d.txt b/project/BuildDependencies/scripts/libflac_d.txt
new file mode 100644
index 0000000000..9a200923fb
--- /dev/null
+++ b/project/BuildDependencies/scripts/libflac_d.txt
@@ -0,0 +1,2 @@
+; filename mirror of the file source of the file
+flac-1.2.1-devel-win.zip http://mirrors.xbmc.org/build-deps/win32/ http://sourceforge.net/projects/flac/files/flac-win/flac-1.2.1-win/