aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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/