aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--project/BuildDependencies/scripts/liboggvorbis_d.bat17
-rw-r--r--project/BuildDependencies/scripts/liboggvorbis_d.txt5
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